Azmisov / Input-Events-Tester

Test Input Events L1/L2 support and quirks for browsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Test Input Events L1/L2 support and quirks for browsers


Languages

Language:JavaScript 97.5%Language:HTML 1.5%Language:CSS 1.1%