Skip to content

Commit

Permalink
Update C43 to add test case for Focus Not Obscured Enhanced (#3534)
Browse files Browse the repository at this point in the history
Closes #3532

---------

Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
  • Loading branch information
fstrr and patrickhlauke authored Oct 9, 2024
1 parent 602926f commit f34966e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions techniques/css/C43.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,14 @@ <h3>Procedure</h3>
<p>For each user interface component that can receive keyboard focus:</p>
<ol>
<li>Check that the user interface component is not entirely hidden when it receives keyboard focus.</li>
<li>Check that no part of the user interface component is hidden when it receives keyboard focus.</li>
</ol>
</section>
<section class="test-results">
<h3>Expected Results</h3>
<ul>
<li>Check #1 is true.</li>
<li>For Focus Not Obscured (Enhanced) (Level AAA), #2 is also true.</li>
</ul>
</section>
</section>
Expand Down

0 comments on commit f34966e

Please sign in to comment.