WICG / input-device-capabilities

InputDevice API proposal
MIT License
17 stars 14 forks source link

Add additional keyboard event input tests #18

Closed RByers closed 9 years ago

RByers commented 9 years ago

There are various additional UIEvents that are supposed to (or at one time were specified to) be fired on text input:

We should have test (and probably polyfill) coverage for these.

RByers commented 9 years ago

Actually, I already have tests for 'input' and 'beforeinput'. I verified 'input' passes on Firefox (can't find any browser that supports 'beforeinput' yet). 'textinput' is deprecated, so I don't think it's worth testing (we plan to remove it from blink).

So all that's left are the composition events - issue #3