Confirmed users
478
edits
(→Proposed API: + use cases) |
|||
Line 196: | Line 196: | ||
* For cursor moment helper features, use <code>setSelectionRange</code> and related attributes. | * For cursor moment helper features, use <code>setSelectionRange</code> and related attributes. | ||
* For Asian IMEs that sends characters and composition along with the composition events, use <code>setComposition()</code> and <code>endComposition</code> | * For Asian IMEs that sends characters and composition along with the composition events, use <code>setComposition()</code> and <code>endComposition</code> | ||
It is important to stick with the given use cases because the web application might need to react with what the user actually do. To test the events currently sent to the web, see http://jsfiddle.net/timdream/YDGgk/ . | |||
== Examples == | == Examples == |