Skip to content

Commit

Permalink
SC updates from #1212
Browse files Browse the repository at this point in the history
  • Loading branch information
alastc committed Jul 28, 2020
1 parent 9a9bb4c commit 09ea36e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guidelines/sc/22/focus-appearance-minimum.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h4>Focus Appearance (Minimum)</h4>
<p>For the keyboard focus indicator of each User Interface Component, all of the following are true:</p>
<ul>
<li><strong>Minimum area:</strong> The <a>focus indication area</a> is greater than or equal to a 1 <a>CSS pixel</a> border of the focused control, or has a thickness of at least 8 CSS pixels along the shortest side of the element.</li>
<li><strong>Change of contrast:</strong> Color changes used to indicate focus have a contrast ratio of at least 3:1 with the colors changed from the unfocused control.</li>
<li><strong>Change of contrast:</strong> The color change for the focus indication area has a contrast ratio of at least 3:1 with the colors of the unfocused state.</li>
<li><strong>Adjacent contrast:</strong> The focus indication area has a contrast ratio of at least 3:1 against all adjacent colors for the minimum area or greater, or has a thickness of at least 2 CSS pixels.</li>
<li><strong>Unobscured:</strong> The item with focus is not entirely hidden by author-created content.</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion understanding/22/focus-appearance-minimum.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>Focus Appearance (Minimum) Success Criteria text</h2>
<p>For the keyboard focus indicator of each User Interface Component, all of the following are true:</p>
<ul>
<li><strong>Minimum area:</strong> The <a>focus indication area</a> is greater than or equal to a 1 <a>CSS pixel</a> border of the focused control, or has a thickness of at least 8 CSS pixels along the shortest side of the element.</li>
<li><strong>Change of contrast:</strong> Color changes used to indicate focus have a contrast ratio of at least 3:1 with the colors changed from the unfocused control.</li>
<li><strong>Change of contrast:</strong> The color change for the focus indication area has a contrast ratio of at least 3:1 with the colors of the unfocused state.</li>
<li><strong>Adjacent contrast:</strong> The focus indication area has a contrast ratio of at least 3:1 against all adjacent colors for the minimum area or greater, or has a thickness of at least 2 CSS pixels.</li>
<li><strong>Unobscured:</strong> The item with focus is not entirely hidden by author-created content</li>
</ul>
Expand Down

0 comments on commit 09ea36e

Please sign in to comment.