w3c / uievents

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

Ensure prose for key press handling works well with KeyboardLock #158

Open garykac opened 7 years ago

garykac commented 7 years ago

The KeyboardLock spec describes part of how keyboard events should be dispatched when keyboard-lock is enabled.

We need to ensure that that algorithm is consistent with the algorithms presented in UIEvents (and HTML)

See also the comments in KeyboardLock#3.