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
- ~~rephrased the introduction to include mention of assistive
technology~~
- removed example 3
- updated outcome logic of checks 1 and 2
- ~~added a third condition to check 2~~
Resolves#4109
<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>
@@ -73,8 +55,7 @@ <h3>Using CSS to visually emphasize a phrase or word without conveying that emph
73
55
</section>
74
56
<sectionclass="results"><h3>Expected Results</h3>
75
57
<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>
58
+
<li>If, in either situation, check 1 is true and check 2 is false, this failure condition applies and the content fails this success criterion. If condition 2 is true, the failure condition does not apply.</li>
0 commit comments