WICG / focus-visible

Polyfill for `:focus-visible`
https://wicg.github.io/focus-visible/demo/
Other
1.6k stars 124 forks source link

Reduce bundle size by changing inputTypesWhitelist into an array #227

Closed wojtekmaj closed 4 years ago

wojtekmaj commented 4 years ago

All 13 keys had useless "true" values. Changing them into an array can shave off a few bytes.