From 37cdd0ceb6738dd684667531189d8fbb1f7a6afe Mon Sep 17 00:00:00 2001
From: "Patrick H. Lauke"
Date: Fri, 16 Aug 2024 15:21:02 +0100
Subject: [PATCH 1/7] Whitespace/code cleanup
---
understanding/20/images-of-text.html | 163 +++++----------------------
1 file changed, 30 insertions(+), 133 deletions(-)
diff --git a/understanding/20/images-of-text.html b/understanding/20/images-of-text.html
index ce11a97a41..2f5bee2248 100644
--- a/understanding/20/images-of-text.html
+++ b/understanding/20/images-of-text.html
@@ -1,13 +1,13 @@
-
+
Understanding Images of Text
Understanding Images of Text
-
+
In brief
@@ -17,18 +17,17 @@
In brief
-
+
Intent of Images of Text
-
-
+
The intent of this Success Criterion is to encourage authors, who are using technologies
which are capable of achieving their desired default visual presentation, to enable
people who require a particular visual presentation of text to be able to adjust the
text presentation as needed. This includes people who require the text in a particular
font size, foreground and background color, font family, line spacing or alignment.
-
+
If authors can use text to achieve the same visual effect, they should present
the information as text rather than using an image. If for any reason, the author
cannot format the text to get the same effect, the effect won't be reliably presented
@@ -40,52 +39,41 @@
Intent of Images of Text
widely deployed or which the author doesn't have the right to redistribute, or to
ensure that the text would be anti-aliased on all user agents.
-
+
Images of text can also be used where it is possible for users to customize the image
of text to match their requirements.
-
+
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
convey important information through more than just text.
-
+
Techniques for satisfying this Success Criterion are the same as those for Success
Criterion 1.4.9, except that they only need to apply if the visual presentation can
be achieved with the technologies that the author is using. For Success Criterion
1.4.9, the sufficient techniques would be applied only when the user can customize
- the output.
-
-
-
-
-
From 6c61f236270f5f91d2b8958e30cf98f8912220c9 Mon Sep 17 00:00:00 2001
From: "Patrick H. Lauke"
Date: Fri, 16 Aug 2024 15:36:28 +0100
Subject: [PATCH 2/7] Add note and example
---
understanding/20/images-of-text.html | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/understanding/20/images-of-text.html b/understanding/20/images-of-text.html
index 2f5bee2248..8a2be94716 100644
--- a/understanding/20/images-of-text.html
+++ b/understanding/20/images-of-text.html
@@ -44,11 +44,13 @@
Intent of Images of Text
of text to match their requirements.
-
The definition of image of text contains the note: Note: This does not include text that is part of a picture that contains significant
+
The definition of images of text contains the 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
convey important information through more than just text.
+
The Success Criterion is intended to address situations where images of text are used rather than text. Where images of text are used in addition to text to convey the same information, and where both are presented to the user, this Success Criterion is met. This allows authors to convey content using any styling they desire, while also presenting the information in text, which can then be manipulated by users to make it more distinguishable.
+
Techniques for satisfying this Success Criterion are the same as those for Success
Criterion 1.4.9, except that they only need to apply if the visual presentation can
be achieved with the technologies that the author is using. For Success Criterion
@@ -118,6 +120,11 @@
Examples of Images of Text
Customizable font settings in images of text
A Web site allows users to specify font settings and all images of text on the site
are then provided based on those settings.
+
The text replicates an image of text
+
A user has to upload an event poster image, which includes text, to their website's events
+ calendar. The site's CMS (content management system) is limited, and won't allow them to create
+ a custom HTML/CSS/SVG recreation of the poster. However, in addition to the image, they can add
+ regular text to the calendar entry, so they post both the poster and the text contained in the image.
convey important information through more than just text.
-
The Success Criterion is intended to address situations where images of text are used rather than text. Where images of text are used in addition to text to convey the same information, and where both are presented to the user, this Success Criterion is met. This allows authors to convey content using any styling they desire, while also presenting the information in text, which can then be manipulated by users to make it more distinguishable.
+
The Success Criterion is intended to address situations where images of text are used rather than text. Where images of text are used in addition to text to convey the same information, and where both are presented to the user, this Success Criterion is met. This allows authors to convey content using any styling they desire, while also presenting the information in text, which can then be manipulated by users to make it more distinguishable. This is in contrast to 1.4.9 Images of Text (No Exception), which applies to all images of text, regardless of whether or not they are used in addition to text.
Techniques for satisfying this Success Criterion are the same as those for Success
Criterion 1.4.9, except that they only need to apply if the visual presentation can
@@ -58,7 +58,7 @@
From 0df433f3ef9a3ad3f68d3e093620b87f5d13cb03 Mon Sep 17 00:00:00 2001
From: "Patrick H. Lauke"
Date: Fri, 16 Aug 2024 15:58:17 +0100
Subject: [PATCH 5/7] Expand example
---
understanding/20/images-of-text.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/understanding/20/images-of-text.html b/understanding/20/images-of-text.html
index e016142862..94355203b0 100644
--- a/understanding/20/images-of-text.html
+++ b/understanding/20/images-of-text.html
@@ -124,7 +124,8 @@
Examples of Images of Text
A user has to upload an event poster image, which includes text, to their website's events
calendar. The site's CMS (content management system) is limited, and won't allow them to create
a custom HTML/CSS/SVG recreation of the poster. However, in addition to the image, they can add
- regular text to the calendar entry, so they post both the poster and the text contained in the image.
+ regular text to the calendar entry, so they post both the poster and the text contained in the image.
+ This text is shown next to the poster image on the site's calendar page.
From 493ca1fb5f69f82d926f2da8954b964f0c42004c Mon Sep 17 00:00:00 2001
From: Mike Gower
Date: Fri, 27 Sep 2024 08:21:15 -0700
Subject: [PATCH 6/7] Update understanding/20/images-of-text.html
Discussed at length on TF call
---
understanding/20/images-of-text.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/understanding/20/images-of-text.html b/understanding/20/images-of-text.html
index 94355203b0..f73ebeae92 100644
--- a/understanding/20/images-of-text.html
+++ b/understanding/20/images-of-text.html
@@ -120,7 +120,7 @@
Examples of Images of Text
Customizable font settings in images of text
A Web site allows users to specify font settings and all images of text on the site
are then provided based on those settings.
-
The text replicates an image of text
+
The text in an image is reproduced in text
A user has to upload an event poster image, which includes text, to their website's events
calendar. The site's CMS (content management system) is limited, and won't allow them to create
a custom HTML/CSS/SVG recreation of the poster. However, in addition to the image, they can add
From 8e6023f0f4a7dbaca4a3975f64224dd82e85e99f Mon Sep 17 00:00:00 2001
From: "Patrick H. Lauke"
Date: Fri, 18 Oct 2024 16:10:27 +0100
Subject: [PATCH 7/7] Update understanding/20/images-of-text.html
---
understanding/20/images-of-text.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/understanding/20/images-of-text.html b/understanding/20/images-of-text.html
index f73ebeae92..9096c2bba3 100644
--- a/understanding/20/images-of-text.html
+++ b/understanding/20/images-of-text.html
@@ -120,7 +120,7 @@
Examples of Images of Text
Customizable font settings in images of text
A Web site allows users to specify font settings and all images of text on the site
are then provided based on those settings.
-
The text in an image is reproduced in text
+
The text in an image is also provided as text.
A user has to upload an event poster image, which includes text, to their website's events
calendar. The site's CMS (content management system) is limited, and won't allow them to create
a custom HTML/CSS/SVG recreation of the poster. However, in addition to the image, they can add