w3c / wcag

Web Content Accessibility Guidelines
https://w3c.github.io/wcag/guidelines/22/
Other
1.12k stars 254 forks source link

3.3.1 Error Identification - possibly inappropriate sufficient techniques #4029

Open patrickhlauke opened 2 months ago

patrickhlauke commented 2 months ago

https://www.w3.org/WAI/WCAG22/Understanding/error-identification.html currently lists two techniques which, arguably, aren't really all that "sufficient"

patrickhlauke commented 2 months ago

tl;dr: ARIA techniques, on their own/in isolation, are generally not the best "sufficient" techniques as they'll generally only work for AT users...

TestPartners commented 2 months ago

On its own, I regard the required attribute as insufficient. It isn't supported properly yet, so it is only a possible future technique. Given how long it has been unsupported properly in Chrome and Firefox, it seems doubtful it will ever get fixed.

detlevhfischer commented 2 months ago

So what would be needed is an AND between ARIA2 and G83? (I seem to remember the Quickref had at some point these ANDs to indicate that you need to use one Technique together with another to be sufficient...)

ARIA2 technique should be replaced with one that uses the actual required (rather than aria-required) attribute

Not sure if there is still a point in using aria-required over required to prevent an "invalid entry" output even before any input is made... to lazy to test right now.