diff --git a/techniques/failures/F13.html b/techniques/failures/F13.html index b913c1aa62..957ea9cf9e 100644 --- a/techniques/failures/F13.html +++ b/techniques/failures/F13.html @@ -1,11 +1,13 @@ - Failure of Success Criterion 1.1.1 and 1.4.1 due to having a text alternative that does not include information that is conveyed by color differences in the image + Failure of Success Criterion 1.1.1 and 1.3.3 due to having a text alternative that provides information + relying on color differences only -

Failure of Success Criterion 1.1.1 and 1.4.1 due to having a text alternative that does not include information that is conveyed by color differences in the image

+

Failure of Success Criterion 1.1.1 and 1.3.3 due to having a text alternative that provides information + relying on color differences only

ID: F13

Technology: failures

@@ -18,37 +20,49 @@

When to Use

Description

The objective of this technique is to describe the failure that occurs when - an image uses color differences to convey information, but the text alternative for the - image does not convey that information. This can cause problems for people - who are blind, have low vision, or have color vision deficiency, because they will not be able to perceive the - information conveyed by the color differences.

+ the text alternative for an image relies on color differences only. This can cause problems for + people + who are blind or have low vision, because they will not be able to perceive the visual cues the alternative + text refers to.

+ +
+
+

Depending on its visual appearance, such an image might or might not fail Success Criterion 1.4.1 Use of Color. For example, bar charts, such as the one described in the following section, can provide information based on color alone (which represents a failure) or using a combination of color and pattern for their bars (which is a pass). Please remember that 1.4.1 Use of Color addresses the needs of sighted users, who are able to perceive images and don't usually rely on text alternatives.

+
+

Examples

Tests

-

Procedure

-

For all images in the content that convey information by way of color differences:

+
+

Procedure

+

For all images in the content that convey information by way of color differences:

    -
  1. Check that the information conveyed by color differences is not included in the text alternative for the image.
  2. +
  3. Check that the information provided in the text alternative relies solely on color differences.
  4. +
  5. Check that the same information is not provided anywhere else on the page in + a way that does not rely solely on color differences.
-

Expected Results

+
+

Expected Results

    -
  • If check #1 is true, then this failure condition applies and content fails the Success Criterion.
  • +
  • If check #1 and #2 are true, then this failure condition applies and content fails the Success + Criterion.
diff --git a/understanding/understanding.11tydata.js b/understanding/understanding.11tydata.js index fe0b0f974c..11ff2b486e 100644 --- a/understanding/understanding.11tydata.js +++ b/understanding/understanding.11tydata.js @@ -320,7 +320,7 @@ export default function (data) { "sensory-characteristics": { // 1.3.3 sufficient: ["G96"], - failure: ["F14", "F26"], + failure: ["F13", "F14", "F26"], }, orientation: { @@ -363,7 +363,7 @@ export default function (data) { }, ], advisory: ["C15"], - failure: ["F13", "F73", "F81"], + failure: ["F73", "F81"], }, "audio-control": {