Skip to content

Commit f044143

Browse files
Amend the note for focus appearance (#3657)
Removes the reference to "encloses" (which still comes from an earlier version of the SC text) and "size", and instead uses "perimeter" which is directly relevant to the normative text itself See #3510 (comment) <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/w3c/wcag/pull/3657.html" title="Last updated on Feb 29, 2024, 8:46 PM UTC (2b8f1be)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/wcag/3657/33a5559...2b8f1be.html" title="Last updated on Feb 29, 2024, 8:46 PM UTC (2b8f1be)">Diff</a> Co-authored-by: Bruce Bailey <bailey@access-board.gov>
1 parent 68a3875 commit f044143

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<section id="focus-appearance" class="sc new">
2-
32
<h4>Focus Appearance</h4>
4-
3+
54
<p class="conformance-level">AAA</p>
65
<p class="change">New</p>
7-
6+
87
<p>When the keyboard <a>focus indicator</a> is visible, an area of the focus indicator meets all the following:</p>
98
<ul>
109
<li>is at least as large as the area of a 2 <a>CSS pixel</a> thick <a>perimeter</a> of the unfocused component or sub-component, and</li>
@@ -13,14 +12,14 @@ <h4>Focus Appearance</h4>
1312

1413
<p>Exceptions:</p>
1514
<ul>
16-
<li>The focus indicator is determined by the <a>user agent</a> and cannot be adjusted by the author, or</li>
15+
<li>The focus indicator is determined by the <a>user agent</a> and cannot be adjusted by the author, or</li>
1716
<li>The focus indicator and the indicator's background color are not modified by the author.</li>
1817
</ul>
19-
20-
<p class="note">What is perceived as the user interface component or sub-component (to determine enclosure or size) depends on its visual <a>presentation</a>. The visual presentation includes the component's visible <a>content</a>, border, and component-specific background. It does not include shadow and glow effects outside the component's content, background, or border.</p>
18+
19+
<p class="note">What is perceived as the user interface component or sub-component (to determine the perimeter) depends on its visual <a>presentation</a>. The visual presentation includes the component's visible <a>content</a>, border, and component-specific background. It does not include shadow and glow effects outside the component's content, background, or border.</p>
2120

2221
<p class="note">Examples of sub-components that may receive a focus indicator are menu items in an opened drop-down menu, or focusable cells in a grid.</p>
2322

2423
<p class="note">Contrast calculations can be based on colors defined within the <a>technology</a> (such as HTML, CSS and SVG). Pixels modified by user agent resolution enhancements and anti-aliasing can be ignored.</p>
2524

26-
</section>
25+
</section>

0 commit comments

Comments
 (0)