/Input-Events-Tester

Test Input Events L1/L2 support and quirks for browsers

Primary LanguageJavaScript

Input Events Tester

View the demo page, or clone and run yourself.

Use this to test Input Events Level 1/2 support and quirks in browsers. For reference, see the published W3C specs, or the W3C github repo to see discussions and undocumented specs.

To add test cases, simply modify index.html. The JavaScript files are transpiled/bundled using rollup/babel, to work with older browsers that have Input Events implemented:

npm install
npm run bundle