diff --git a/_rules/text-contrast-afw4f7.md b/_rules/text-contrast-afw4f7.md index 5b74a6e332..ea2ba59977 100755 --- a/_rules/text-contrast-afw4f7.md +++ b/_rules/text-contrast-afw4f7.md @@ -139,12 +139,10 @@ This 14pt bold black text has a contrast ratio of 3.6:1 on the gray background. #### Passed Example 7 -This text does not convey anything in human language. +The content of this button ("X") does not convey anything in human language; therefore, it passes the rule regardless of its contrast ratio. However, [Success Criterion 1.4.11 Non-Text Content][sc1411] should be examined for this non-text element. ```html -
- ----=====++++++++___________***********%%%%%%%%%%%±±±±@@@@@@@@ -
+ ``` #### Passed Example 8 @@ -436,3 +434,4 @@ This text is part of a [disabled][] widget because it is a child of an element w [user origin]: https://www.w3.org/TR/css3-cascade/#cascade-origin-user 'CSS 3, user origin' [visible]: #visible 'Definition of Visible' [html element]: #namespaced-element +[sc1411]: https://www.w3.org/TR/WCAG22/#non-text-contrast diff --git a/_rules/text-contrast-enhanced-09o5cg.md b/_rules/text-contrast-enhanced-09o5cg.md index 7a30c9f135..6771d7f287 100644 --- a/_rules/text-contrast-enhanced-09o5cg.md +++ b/_rules/text-contrast-enhanced-09o5cg.md @@ -139,12 +139,10 @@ This 14pt bold black text has a contrast ratio of 4.6:1 on the gray background. #### Passed Example 6 -This text does not convey anything in human language. +The content of this button ("X") does not convey anything in human language; therefore, it passes the rule regardless of its contrast ratio. However, [Success Criterion 1.4.11 Non-Text Content][sc1411] should be examined for this non-text element. ```html -- ----=====++++++++___________***********%%%%%%%%%%%±±±±@@@@@@@@ -
+ ``` #### Passed Example 7 @@ -467,3 +465,4 @@ This text is part of a [disabled][] widget because it is a child of an element w [visible]: #visible 'Definition of Visible' [html element]: #namespaced-element [sc143]: https://www.w3.org/TR/WCAG22/#contrast-minimum +[sc1411]: https://www.w3.org/TR/WCAG22/#non-text-contrast