Skip to content

Commit c3a4f67

Browse files
authored
Merge pull request #274 from w3c/matf-JoeH
2.4.11 commit from branch
2 parents 9d038e8 + 269cdb5 commit c3a4f67

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

comments/2.4.11.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
[wcag:focus-not-obscured-minimum]
66
[wcag2ict:applying-sc-2-4-11-focus-not-obscured-to-non-web-documents-and-software]
77

8-
Placeholder
8+
This applies directly as written, and as described in Intent from [Understanding Success Criterion 2.4.11](https://www.w3.org/WAI/WCAG22/Understanding/focus-not-obscured-minimum.html#intent).
99

10-
[issue:52]
10+
**2.4.11 Focus Not Obscured (Minimum):** When a [user interface component](https://www.w3.org/TR/WCAG22/#dfn-user-interface-components) receives keyboard focus, the component is not entirely hidden due to author-created content.
11+
12+
[note:Where content in a configurable interface can be repositioned by the user, then only the initial positions of user-movable content are considered for testing and conformance of this success criterion.]
13+
14+
[note:Content opened by the *user* may obscure the component receiving focus. If the user can reveal the focused component without advancing the keyboard focus, the component with focus is not considered visually hidden due to author-created content.]

index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2935,17 +2935,18 @@ <h2>Success Criterion 2.4.11 Focus Not Obscured (Minimum)</h2>
29352935
</footer>
29362936
</details>
29372937
</p>
2938-
<p>Placeholder</p>
2938+
<p>This applies directly as written, and as described in Intent from <a href="https://www.w3.org/WAI/WCAG22/Understanding/focus-not-obscured-minimum#intent">Understanding Success Criterion 2.4.11</a>.</p>
2939+
<p><strong>2.4.11 Focus Not Obscured (Minimum):</strong> When a <a href="https://www.w3.org/TR/wcag22/#dfn-user-interface-components">user interface component</a> receives keyboard focus, the component is not entirely hidden due to author-created content.</p>
29392940
<p>
2940-
<div class="note" title="Work In Progress">
2941-
<p>
2942-
<a href="https://github.com/w3c/matf/issues/52" target="_blank">
2943-
Read issue #52 on GitHub
2944-
</a>
2945-
</p>
2941+
<div class="note">
2942+
<p>Where content in a configurable interface can be repositioned by the user, then only the initial positions of user-movable content are considered for testing and conformance of this Success Criterion.</p>
29462943
</div>
2947-
</p>
2948-
2944+
</p>
2945+
<p>
2946+
<div class="note">
2947+
<p>Content opened by the <em>user</em> may obscure the component receiving focus. If the user can reveal the focused component without advancing the keyboard focus, the component with focus is not considered hidden due to author-created content.</p>
2948+
</div>
2949+
</p>
29492950
</section>
29502951

29512952
<section>

0 commit comments

Comments
 (0)