Closed RByers closed 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
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.