We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Probably tons of new tests to find, using :has(). A few resources:
:has()
Checking for some patterns based on nesting elements, or some ARIA design patterns, should become possible!
Also it'd allow to drop the current %a11y-reset placeholder.
%a11y-reset
The text was updated successfully, but these errors were encountered:
@KittyGiraudel opens a new door checking details:not(:has(> summary)):not([tabindex^="-"]) in focusable-selectors. Checking for required children (apart from their focusability) is a new step forward validating HTML through CSS.
details:not(:has(> summary)):not([tabindex^="-"])
Need time to play with this :)
Sorry, something went wrong.
No branches or pull requests
Probably tons of new tests to find, using
:has()
. A few resources::has()
selector is way more than a “Parent Selector”" by Bramus.:has()
, A Native CSS Parent Selector (And More)" by Adrian Bece on Smashing Magazine.:has()
a parent selector now" by Matthias Ott.Checking for some patterns based on nesting elements, or some ARIA design patterns, should become possible!
Also it'd allow to drop the current
%a11y-reset
placeholder.The text was updated successfully, but these errors were encountered: