Gaël Poupard
Gaël Poupard
Uh oh, `:matches()` has been renamed as `:is()` → https://github.com/w3c/csswg-drafts/issues/3258
`:where()` can also help a lot, at least to lower specificity in some cases. Read [Manuel Matuzovic's "Here’s what I didn’t know about :where()"](https://www.matuzo.at/blog/2022/heres-what-i-didnt-know-about-where/).
Another file collecting some entries: [`lint-html.css` by @AustinGil](https://github.com/AustinGil/bedrocss/blob/master/src/lint-html.css).
This is really interesting! I'm focusing on the docs for now, but definetly something that could be added to the webextension (maybe as toggleable feature). Feel free to open a...
Also [from TPGI blog](https://www.tpgi.com/enough-with-the-role-play-lets-get-back-to-the-basics/), simply warn or advice when a role is applied an be useful.
Hi, thanks for sharing! This is really interesting indeed. I think the implementation could be simpler, mostly thanks to [the existing `%a11y-reset` placeholder](https://github.com/ffoodd/a11y.css/blob/master/sass/utils/_placeholders.scss#L35-L44). Moreover we already have [a list of...
@rik mentionned the use of `async` / `await` to improve readability: https://gist.github.com/rik/e6f63b5557cdf4e34cc5c82da172a6f1
Thanks, these are good ideas! I'll try to see what makes sense, they could be warnings too. Even an inline style can be overriden with `!important` so they can't be...
I think we should exclude `aria-hidden` 👌
That's right, `iframe` should probably be an exception for this, just as `img`. Thanks :)