Jean-Yves Moyen

Results 290 comments of Jean-Yves Moyen

`rotate` seems to have very limited support (Firefox, and partly for Safari). We should at least add a big "Accessibility Support" note with it; maybe wait until it has wider...

🙈 Gaaaaaah Github was trigger-happy today. Sorry.

The ACT rule never considered the pointer change as good enough… If we do, we can basically stop testing on hover…

Yes, good catch. Can you check all the possible `input` types and update the rule to list all the ones where `autocomplete` does not apply (+ keep `hidden` where it...

Adding a border (or outline) is changing the colour of some pixels from white (background colour) to black (text colour) (or whatever other colours are used). So it is passing...

I think it makes sense. Some comments on the structure (there are also some nitpicky typos and similar but let's leave them for later). * The other rules using "change...

> To summarize, your recommendation is to: > > * Split the rule into two rules, one that is testing `innerText` changes and another rule to test elements created from...

@WilcoFiers Looking back, it seems: - The rule was targeting stuff "marked as decorative" since [its first commit](https://github.com/act-rules/act-rules.github.io/pull/1332/commits/654304345a98102a704983cb2732925c9e6c15b7) in the PR. - We did had a [very similar discussion](https://github.com/act-rules/act-rules.github.io/pull/1332#discussion_r436607382) at...

Plot twist… In ARIA 1.2, `aria-label` becomes prohibited on role of `presentation`. So, the first thing is that `` is not valid anymore. The second thing is that I understand...