a11y.css
a11y.css copied to clipboard
:focus-within use cases
- check for focus visibility
- check some aria-pattern based on focus
Check for browser support.
And in fact, since it won't alter any current test, I think we can use it right now. Progressive enhancement FTW!
Test ideas:
-
[aria-expanded="false"]:focus-within -
[hidden]:focus-within - …