We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602926f commit f34966eCopy full SHA for f34966e
techniques/css/C43.html
@@ -167,12 +167,14 @@ <h3>Procedure</h3>
167
<p>For each user interface component that can receive keyboard focus:</p>
168
<ol>
169
<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>
171
</ol>
172
</section>
173
<section class="test-results">
174
<h3>Expected Results</h3>
175
<ul>
176
<li>Check #1 is true.</li>
177
+ <li>For Focus Not Obscured (Enhanced) (Level AAA), #2 is also true.</li>
178
</ul>
179
180
0 commit comments