-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify the arguments of initCompositionEvent() #134
Comments
@smaug----, do you have a plan for Gecko's |
Hmm, I don't now remember why we have .locale. |
@garykac, might you find time to work on this? |
I have no idea how to implement "locale" attribute for representing native events because it's difficult to map each OS's locale and locale attribute value. If we cannot standardize the mapping solidly in the spec, same IME's locale may be different between browsers and OSes. |
Basically what @masayuki-nakano said. We wanted to do locale, because we feel it would be useful, but we know that it will be a lot of work to specify it properly and we don't have the time to devote to it right now. |
OK, for the purposes of this issue we can pretend that |
initCompositionEvent()
is supported in Blink, EdgeHTML, Gecko and WebKit. Usage is very low but it's still not a good use of time trying to remove it from all engines.Instead, specify it like this:
See also whatwg/dom#387
The text was updated successfully, but these errors were encountered: