Mark Rogers
Mark Rogers
I think problem is this: 1) Does the example cause accessibility problems? I think we all agree it does. 2) Is the example an ARIA conformance issue? That doesn't seem...
The problem I have with this being mapped to a 1.3.1 fail is the `role` attribute may not have any effect on visual presentation (as happens in this example). This...
I don't have repo rights to do these: - Add yourself (and co-authors) as "Assignees" for PR. - Add label to indicate if it's a Rule, Definition or Chore. -...
I think that's all the requested changes addressed. I think it's important to reference the HTML [represents nothing](https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element:attr-img-src-9) definition somewhere in the rule, but I'm not convinced doing it from...
I think using the IANA code for extinct languages is the right thing to do - even though there are no voices for most extinct languages it avoids the difficult...
Dropping it makes sense, since Adobe have announced end of life for Flash in 2020, and browser vendors have been gradually making it harder to activate Flash content since 2017...
Yes, but fake buttons require a click event handler but the test example doesn't have a click event handler. The only event handler visible in dev tools is keyup on...
That seems right. It might be worth thinking about adding both positive (where a problem should be detected) and negative tests (usually a similar case, where a problem shouldn't be...
We've written some test cases - they're the source of issues from the last few days. Happy to contribute them, but not sure where they should go and they probably...
Hoping to do something that can be used for automated testing at implementation level - harder to automate using JS in-browser. At implementation level we'll do something this: ``` foreach...