w3c / wcag

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

F26 is suspicious (1.3.3 Sensory Characteristics) #4115

Open kimviens opened 3 hours ago

kimviens commented 3 hours ago

Hi WCAG community, F26: Failure of Success Criterion 1.3.3 due to using a graphical symbol alone to convey information has always made me feel unconfortable. Now, I think I know why.

First, at the minimum, I think the technique should also apply to 1.1.1 Non-text Content. Quoted from the technique:

A graphical symbol may be an image, an image of text or a pictorial or decorative character symbol (glyph) which imparts information nonverbally.

If the graphical symbol is embedded in an image element, I dont think there are any technologies that are going to treat that differently than any other image, and images are covered under 1.1.1 Non-text Content.

And then this confuses me further, and I quote:

For example, an image with a text alternative can be used instead of the glyph.

So to remedy the problem of using a glyph, an image with an alternative text can be used. But earlier we said that a graphical symbol can be an image? So, is this implying that adding an alt text to an image of a graphical symbol would succeed this criteria? Isnt that 1.1.1 Non-text Content?

To conclude, I think this criteria is straddling the line of either being about:

Can we get clarifications on this technique? Also, can we clarify the relationship between 1.3.3 Sensory Characteristics and 1.1.1 Non-text Content?

patrickhlauke commented 3 hours ago

In short, I think F26 is absolutely NOT about 1.3.3 at all. 1.3.3 has, in the past, be quite confused, something that I tried to disambiguate here https://github.com/w3c/wcag/pull/767

Think in the same vein, this technique should just be killed off, or refocused to be about 1.1.1

kimviens commented 2 hours ago

Great! Happy to learn that this F26 has already been noted as a problematic technique.

Is there a way for me to propose a rewrite? I have some ideas. I would make it about instructions only and say that the instructions refer to a sensory characteristic without including hints to the accessible name or something like that. Or maybe it could be a change to F14 to be more broader.