Gaël Poupard
Gaël Poupard
Another resource that could be checked: [display-wai-aria.css](https://github.com/masuP9/display-wai-aria.css) by @masuP9 :)
And another one, with a dedicated *required attributes* column per pattern on [whatsock.com](http://whatsock.com/training/matrices/).
Some from @felixzapata too: [cssTest-a11y](https://github.com/felixzapata/cssTest-a11y). Not only ARIA ones :)
My idea was indeed for a visual checkup! But ideas are just seeds, meant to grow up ;)
Check for [browser support](https://caniuse.com/#search=%3Afocus-within). And in fact, since it won't alter any current test, I think we can use it right now. Progressive enhancement FTW!
Test ideas: * `[aria-expanded="false"]:focus-within` * `[hidden]:focus-within` * …
Hi there, It would be, indeed :) This is somewhat related to #134 but this is a big move and will probably be treated as a project instead of an...
Maybe use the brand new [css-browser-support](https://github.com/5t3ph/css-browser-support) by @5t3ph?
Mention to self: in my [Paris Web 2020 talk about custom properties](https://www.ffoodd.fr/paris-web.2020/) (slide 16/19), I implemented `transition`s on `clip-path()` for radar charts. So the same is doable with radar charts...
Bonjour @valentin-anamorphik, on ne peut pas animer les propriétés liées aux grilles (à ma connaissance), en revanche on peut imaginer animer le « remplissage » de l’arrière-plan avec `background-position`. C’est...