Feature request: add support for :focus-within and :focus-visible.
Current behavior:
- Both selectors throw
Unknown pseudo-class.
Context:
- css-select already supports dynamic-state pseudos like
:hover, :active, and :visited via optional adapter methods.
Suggestion:
- Add optional adapter hooks and implement
:focus-visible and :focus-within in the same style as other dynamic pseudos.
Feature request: add support for
:focus-withinand:focus-visible.Current behavior:
Unknown pseudo-class.Context:
:hover,:active, and:visitedvia optional adapter methods.Suggestion:
:focus-visibleand:focus-withinin the same style as other dynamic pseudos.