a11y.css
a11y.css copied to clipboard
trashy.css inspiration
Have a look at trashy.css debug file to see if there's any selector that could be added to a11y.css :)
Some selectors that might be interesting:
-
[style*="display: none"]:not([hidden])::
as an advice; -
script[src]:not([async])
as an advice too; - and that's pretty much it.
From my mind:
-
script[src]:not([integrity])
as an advice.
Maybe test [style*="display:none"]:not([hidden])::
too as HTML minifiers would remove that space