diff --git a/techniques/general/G183.html b/techniques/general/G183.html index 626a575c4c..a0e263c39e 100644 --- a/techniques/general/G183.html +++ b/techniques/general/G183.html @@ -24,7 +24,7 @@
The hypertext links in a document are medium-light blue (#3366CC) and the regular text is black (#000000). Because the blue text is light enough, it has a contrast of 3.9:1 with the surrounding text and can be identified as being different than the surrounding text by people with all types of color blindness, including those individuals who cannot see color at all.
+The hypertext links in a document are medium-light blue (#3366CC
) and the regular text is black (#000000
). Beyond the difference in color, the links have no other styles differences compared with the regular text. Because the blue text is light enough, it has a contrast of 3.9:1 with the surrounding text and can be identified as being different from the surrounding text by people with all types of color blindness, including those individuals who cannot see color at all. In addition to the contrast difference, the links have :focus
and :hover
styles that reintroduce the underline when the links receive keyboard focus or when a mouse pointer hovers over them. Hover or focus style changes alone are not sufficient to meet the criterion.