You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Once upon a time in the land of the Web...</p></code></pre>
35
35
</section>
36
-
<sectionclass="example">
37
-
<h3>Using CSS to visually emphasize a phrase or word without conveying that emphasis semantically</h3>
38
-
39
-
<p>The following example fails because the information conveyed by using the CSS font-weight property to change to a bold font is not conveyed through semantic markup or stated explicitly in the text.</p>
"I said, <span class="yell">no</span>, not before dinner!",
49
-
was the exasperated response when Timmy asked his mother for the
50
-
fourth time for an ice cream cone.
51
-
</p></code>
52
-
</pre>
53
-
54
-
</section>
36
+
55
37
</section><sectionid="tests"><h2>Tests</h2>
56
38
<sectionclass="procedure"><h3>Procedure</h3>
57
39
<ol>
@@ -65,16 +47,17 @@ <h3>Using CSS to visually emphasize a phrase or word without conveying that emph
65
47
<li>
66
48
<p>For styled text that conveys information:</p>
67
49
<ol>
68
-
<li>Check if there is any styled text that conveys structural information.</li>
69
-
<li>Check that in addition to styling, the proper semantic structure is used with the text to convey the information.</li>
50
+
<li>Check if there is any styled text whose change in appearance conveys meaning.</li>
51
+
<li>Check that in addition to styling, the proper semantic structure is used with the text to convey the visual information.</li>
52
+
<li>Check that supported assistive technologies surface the change in text styling.</li>
70
53
</ol>
71
54
</li>
72
55
</ol>
73
56
</section>
74
57
<sectionclass="results"><h3>Expected Results</h3>
75
58
<ul>
76
-
<li>If check #1.1 is true, then #1.2 is true.</li>
77
-
<li>If check #2.1 is true, then #2.2 is true.</li>
59
+
<li>If check 1.1 is true and 1.2 is false, this failure condition applies and the content fails this success criterion. If either 1.2 is true, the failure condition does not apply.</li>
60
+
<li>If check 2.1 is true, then if both 2.2 and 2.3 are false, this failure condition applies and the content fails this success criterion. If either 2.2 or 2.3 is true, the failure condition does not apply.</li>
0 commit comments