Skip to content

Commit f34966e

Browse files
fstrrpatrickhlauke
andauthored
Update C43 to add test case for Focus Not Obscured Enhanced (#3534)
Closes #3532 --------- Co-authored-by: Patrick H. Lauke <[email protected]>
1 parent 602926f commit f34966e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

techniques/css/C43.html

+2
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,14 @@ <h3>Procedure</h3>
167167
<p>For each user interface component that can receive keyboard focus:</p>
168168
<ol>
169169
<li>Check that the user interface component is not entirely hidden when it receives keyboard focus.</li>
170+
<li>Check that no part of the user interface component is hidden when it receives keyboard focus.</li>
170171
</ol>
171172
</section>
172173
<section class="test-results">
173174
<h3>Expected Results</h3>
174175
<ul>
175176
<li>Check #1 is true.</li>
177+
<li>For Focus Not Obscured (Enhanced) (Level AAA), #2 is also true.</li>
176178
</ul>
177179
</section>
178180
</section>

0 commit comments

Comments
 (0)