Open JAWS-test opened 5 years ago
i'll just add a general personal comment here that you seem to want everything spelled out in understanding etc documents, covering every single scenario, hints and tips about the specific technologies, current levels of support, etc. while laudable, this becomes unsustainable. WCAG documents can't be maintained constantly, even with the best will in the world. they're not a cookbook on how to achieve things, and there will be many other considerations (current levels of support for certain approaches, all possible scenarios/ways in which a criterion can be passed, etc) that won't make it into these documents.
The WCAG also contains such notes elsewhere. And there are also very specific recommendations in 4.1.3 on certain technologies, e.g: "aria-atomic=true is necessary to make Voiceover on iOS read the error messages after more than one invalid submission." (https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA19)
not saying these are never there. but that it's a balancing act/level of detail exercise here. also, also a difference in terms of notes added to a specific technique (relating to a particular technology used in that technique) versus understanding docs which usually (but not always) try to be a bit more open-ended/agnostic.
I understand your objection, though. My suggestions are certainly too extensive. Hence my proposal in a new form:
Also, for WCAG 3.0 one should consider whether the problem that status messages are not noticeable on zoom/screen magnifiers gets its own SC.
I believe many screen readers also do not show ARIA live regions in Braille unless the user is sitting on the text. This means that people who are deafblind could miss live regions changes. This is a screen reader issue though and not the authors issue if they have created the region in an accessibility supported way.
I wonder if one can even speak of an "accessibility supported way" for live regions because so much is unclearly specified
I think it would be good if https://www.w3.org/WAI/WCAG21/Understanding/status-messages.html were supplemented as follows:
Two further comments on the current Understanding:
Unfortunately I can't find any information about this in the section "Sufficient Techniques"
Not every form of a text alternative is automatically output in a live region. For example, what about the text alternative of SVG graphics or embedded graphics? What about text that is added via CSS? The specification says nothing about that.