a11y.css icon indicating copy to clipboard operation
a11y.css copied to clipboard

trashy.css inspiration

Open ffoodd opened this issue 6 years ago • 2 comments

Have a look at trashy.css debug file to see if there's any selector that could be added to a11y.css :)

ffoodd avatar Sep 05 '18 10:09 ffoodd

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.

ffoodd avatar Nov 21 '18 13:11 ffoodd

Maybe test [style*="display:none"]:not([hidden]):: too as HTML minifiers would remove that space

GaetanBt avatar Nov 21 '18 17:11 GaetanBt