w3c / wcag

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

If the technologies being used Vs. 'not mentioning' 1.4.5 Vs. 1.4.9 #1614

Open jake-abma opened 3 years ago

jake-abma commented 3 years ago

1.4.5 starts with:

If the technologies being used can achieve the visual presentation

1.4.9 does not:

Images of text are only used for pure decoration or where a particular presentation of text is essential to the information being conveyed.

Both SC are to enable people who require a particular visual presentation of text to be able to adjust the text presentation as required. This includes people who require the text in a particular font size, foreground and background color, font family, line spacing or alignment.

Seems like the 'technology being used' should be mentioned for both?! The reason I ask is because the requirements for people as mentioned are not always possible for all technologies. Or IF one property can be changed (size as an example) this will be fine... ?!

Does anyone recall the reason for this discrepancy in normative text?

jake-abma commented 3 years ago

ps. is this "If the technologies being used" not always applicable for all SC? Seems a bit redundant as we can mention this for all criteria. Or is this a left over from the old days and will we not use such text again in future guidelines?

JAWS-test commented 3 years ago

The distinction between 1.4.5 and 1.4.9 is difficult to understand:

bruce-usab commented 3 years ago

Jake wrote (emphasis added):

The reason I ask is because the requirements for people as mentioned are not always possible for all technologies.

The distinction of an SC not always being possible for all technologies is the main reason an SC ended up at AAA instead of AA (or maybe even Single A). I am not clear if this caveat is applicable to 1.4.9.

I have always viewed 1.4.5 as being equivalent to 1.4.9 but with (a) the option for customization (which maybe never did become a thing, at least as far as images of text goes), and (b) soft/squishy language which permitted images of text (e.g., in headings) in the early days of CSS when effects and decorative fonts were very limited.

I do think a future requirement could just be 1.4.9 at AA.

Edit to mention that this question relates to https://github.com/w3c/wcag/issues/1615.

alastc commented 3 years ago

Seems like the 'technology being used' should be mentioned for both?!

That's one aspect of why it is AAA. It is a stricter requirement, so in the case of a tech where it cannot achieve the desired presentation, you still don't use images of text, you use text.

LaurenceRLewis commented 5 months ago

I was discussing 1.4.5 images of text with my team at work. The question was raised. If the information as image text in the image is provided elsewhere in the page as text—does 1.4.5 still apply for that image. Sorry for hijacking this issue but it is sort of related.

Thanks.

patrickhlauke commented 5 months ago

@LaurenceRLewis related https://github.com/w3c/wcag/pull/3773