-
Notifications
You must be signed in to change notification settings - Fork 426
Added "Duplicated text" as guidance to fulfil the 1.4.5 Images of Text success criterion in the Understanding Document #3773
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
Changes from 6 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,11 @@ <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/#h-note-47) by duplicating the meaning or content of the image in text form. | ||||||||||||||
| If the information within the image permits the author to replicate the text verbatim, this should be the preferred approach. | ||||||||||||||
| However, if converting the visual image to text results in a loss of meaning or readability, it is acceptable to convey the same message by adding or altering some words. | ||||||||||||||
|
giacomo-petri marked this conversation as resolved.
Outdated
|
||||||||||||||
| </p> | ||||||||||||||
|
Comment on lines
+48
to
+50
Contributor
Author
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.
Member
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):
Contributor
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.
Contributor
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 +135,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 | ||||||||||||||
|
Contributor
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> | ||||||||||||||
|
|
||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.