w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
145 stars 52 forks source link

Need algorithm for how composition events are fired #199

Closed garykac closed 4 years ago

garykac commented 6 years ago

We need a algorithmic description of how composition events are fired.

compositionstart, compositionupdate, compositionend

See https://w3c.github.io/uievents/#events-composition-order

garykac commented 6 years ago

For readability and manageability, this would ideally be separate from the basic key event algorithm (https://github.com/w3c/uievents/issues/142), but we'll need to have appropriate hooks for that.

garykac commented 4 years ago

Handling this as part of specifying the keyboard/input/composition events. See #142