From 236e26746bcc5fd3a75389415b59ee0f267ea357 Mon Sep 17 00:00:00 2001 From: Francis Storr Date: Fri, 3 May 2024 08:42:55 -0700 Subject: [PATCH] make F73 less shouty Add in the small edits to the document from the rejected #3743 PR --- techniques/failures/F73.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/techniques/failures/F73.html b/techniques/failures/F73.html index 6de5581c2d..a4581df617 100644 --- a/techniques/failures/F73.html +++ b/techniques/failures/F73.html @@ -1,10 +1,10 @@ Failure of Success Criterion 1.4.1 due to creating links that are not visually evident without color vision

Failure of Success Criterion 1.4.1 due to creating links that are not visually evident without color vision

ID: F73

Technology: failures

Type: Failure

When to Use

Any technology.

Description

-

The objective of this failure is to avoid situations in which people who cannot perceive color differences cannot identify links (when people with color vision can identify links). Link underlines or some other non-color visual distinction are required (when the links are discernible to those with color vision).

+

The objective of this failure is to avoid situations in which people who cannot perceive color differences cannot identify links (when people with color vision can identify links). Link underlines or some other non-color visual distinction are required (when the links are discernible to those with color vision).

While some links may be visually evident from page design and context, such as navigational links, links within text are often visually understood only from their own display attributes. Removing the underline and leaving only the color difference for such links would be a failure because there would be no other visual indication (besides color) that it is a link.

-

Red and Pink are the same color (hue) but they have different lightness (which is not color ). So red and pink would pass the requirement for "not distinguished by color (hue) alone" since they differ by lightness (which is not color) - as long as the difference in lightness (contrast) is 3:1 or greater. For example, if surrounding text is RED and the link is PINK it would pass. Similarly a light green and a dark red differ BOTH by color AND by lightness so they would pass if the contrast (lightness) difference is 3:1 or greater before focus or pointing.

+

Red and pink are the same color (hue) but they have different lightness (which is not color). So red and pink would pass the requirement for "not distinguished by color (hue) alone" since they differ by lightness (which is not color) - as long as the difference in lightness (contrast) is 3:1 or greater. For example, if surrounding text is red and the link is pink it would pass. Similarly a light green and a dark red differ both by color and by lightness so they would pass if the contrast (lightness) difference is 3:1 or greater before focus or pointing.

There is no requirement that links be identifiable by people who cannot perceive color if they are not perceivable for those with color vision. (e.g. if the links are hidden for everyone – as in a game or test).

If the non-color cue only happens when the mouse hovers over the link or when the link receives focus, it is still a failure.

If the link is a different color and bold it would not fail because the boldness is not color dependent.

@@ -28,14 +28,13 @@

Removing the underline from a link in a sentence or paragraph without provid </style> </head> <body> - <p>There are many resources to find out more about the - <a href="rain-in-spain.html">rain in spain</a>. + <p>There are many resources to find out more about the + <a href="rain-in-spain.html">rain in Spain</a>. </p> </body>
-

If the visual cue is only provided on hover (as in the example above), it would still fail. -

+

If the visual cue is only provided on hover (as in the example above), it would still fail.