Jean-Yves Moyen
Jean-Yves Moyen
Might be worth reaching out to ARIA group for clarification and whether prohibited attributes are supposed to trigger the conflict before we make changes 🤔
Actually, R65 might be taking a lot of time because of computing a lot of styles with a `:focus` context (although part of it is probably shared with R62).
Yeah, I do like the idea of asking the duration directly rather than asking if it's more or less than a (somewhat) arbitrary threshold. It's kinda more modular (what if...
Side question is whether we want to add examples for these exceptions, knowing that it would effectively prevents automated tools to claim a complete implementation 🤔
Another possibility that we've discussed would be to change the ACT rules format to have both mandatory and optional mappings. For this rule, it would be something like: > Implementation...
Closing in favour of #1942 .
@WilcoFiers here are "tutorials" and generators for rainbow text that put each individual character (including spaces) into a separate `span` (or `font`, some of these are obviously pretty old), so...
Another "fun" consequence of the current definition of "visible": https://css-tricks.com/snippets/css/gradient-text/ ```html .invisible { background: red; -webkit-background-clip: text; -webkit-text-fill-color: transparent; } Foo ``` the `div` is visible, but its text content...
Another fun one: ```html Some text in a human language ``` The `span` is invisible (it is already transparent…) The `p` is visible. It's easy to argue that the text...
Yes, we can probably extend the applicability to test (and fail) empty tags. The prolem I see with that is that we are only matching the primary language tag, not...