@adobe/focus-ring-polyfill
v0.1.5
Published
A simple polyfill for the `:focus-ring` spec
Downloads
2,359
Readme
Focus Ring Polyfill
A polyfill for the :focus-ring
spec.
Usage
It is similar to the WICG polyfill, but adds support for dealing with focus programmatically set after an Arrow key or Esc, which is needed for controls like tab lists or dialogs.
Should be used with the postcss-focus-ring plugin to convert this:
button:focus-ring {
/* focus-ring only stuff */
}
to this:
button.focus-ring {
/* focus-ring only stuff */
}
This polyfill can then add and remove this .focus-ring
to mimic the :focus-ring
spec.
Contributing
Sign the CLA, follow the contributing guidelines, and ask any questions that might arise.