Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update C43 to add test case for Focus Not Obscured Enhanced #3534

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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