-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added "Duplicated text" as guidance to fulfil the 1.4.5 Images of Text success criterion in the Understanding Document #3773
Changes from all commits
c55dd26
2d4ed34
b5840df
1f87737
783240c
fef5327
50778e1
f9f8567
54efb04
e66b3da
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -44,6 +44,10 @@ <h2>Intent of Images of Text</h2> | |||||||||||||
<p>Images of text can also be used where it is possible for users to customize the image | ||||||||||||||
of text to match their requirements. | ||||||||||||||
</p> | ||||||||||||||
|
||||||||||||||
<p>If it is not possible to replace an image of text with actual text or to allow users to customize the image, the author must provide an [accessible alternative](https://www.w3.org/TR/WCAG22/#cc2) by duplicating the meaning or content of the image in text form. | ||||||||||||||
The alternative could replicate the text verbatim. If converting the visual image to text results in a loss of meaning or readability, the author could add or alter some words to convey the style, emphasis, or any other meaning that was lost. | ||||||||||||||
</p> | ||||||||||||||
Comment on lines
+48
to
+50
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Based on yesterday's discussion, I have drafted a new proposal with a different approach to avoid any ambiguity or conflict with the normative portion of the SC: Proposal:
Suggested change
If the group is ok with this proposal, I will also revise the examples to better align with the changes. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would actually suggest dropping this, and the previous change (lines 47-50), and maybe instead just adding something like the following (which I think is getting to the same point as we discussed):
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure that it doesn't apply, so much as that it meets the requirement.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I agree that I'm inclined not to include new content that would open the Pandora's box regarding how much the text may deviate from the same information provided in the image of text before this SC is no longer met via this rationale. |
||||||||||||||
|
||||||||||||||
<p>The definition of image of text contains the note: Note: This does not include text that is part of a picture that contains significant | ||||||||||||||
other visual content. Examples of such pictures include graphs, screenshots, and diagrams which visually | ||||||||||||||
|
@@ -130,6 +134,14 @@ <h2>Examples of Images of Text</h2> | |||||||||||||
<dt>Customizable font settings in images of text</dt> | ||||||||||||||
<dd>A Web site allows users to specify font settings and all images of text on the site | ||||||||||||||
are then provided based on those settings.</dd> | ||||||||||||||
<dt>The text replicates an image of text</dt> | ||||||||||||||
<dd>The CMS (content management system) allows content creators to incorporate both an image and a caption. | ||||||||||||||
While an image of text is utilized, the identical message is also presented as text directly beneath the image.</dd> | ||||||||||||||
<dt>The text conveys the same meaning as the image of text</dt> | ||||||||||||||
<dd>In a banner, textual information is combined with graphical content. Simply replicating | ||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm having difficulty picturing this. We could mabye include an example? Otherwise, I'm inclined to not add this last example. |
||||||||||||||
the text alone would result in incomplete and meaningless content. Therefore, the image of the text | ||||||||||||||
is accompanied by a visible textual alternative that conveys the same meaning, even if the text | ||||||||||||||
does not exactly replicate the image word for word.</dd> | ||||||||||||||
</dl> | ||||||||||||||
|
||||||||||||||
</section> | ||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is unclear what you are trying to link to with this URL: https://www.w3.org/TR/WCAG22/#cc2
There is no definition of accessible alternative. Are you making the case that the page can conform although it fails 1.4.5, by meeting 1.1.1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm referring to NOTE 1, which states:
Not really. SC 1.4.5 and 1.1.1 address different needs. SC 1.1.1 is primarily intended for people who can rely on text alternatives that don't need to be visible, while SC 1.4.5 requires an option to visually customize the text. Therefore, if the same text is presented close to the image, it addresses the requirement.