Skip to content

Commit e0779aa

Browse files
committed
[css-ui-3] Make accessibility requirement stand out visually
1 parent 4ab5009 commit e0779aa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

css-ui/Overview.bs

+2
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,9 @@ The outline properties control the style of these dynamic outlines.
272272

273273
The stacking of the rendering of these outlines is explicitly left up to implementations to provide a better user experience per platform. This supersedes the stacking of outlines as defined in CSS 2.1.
274274

275+
<strong class="advisement">
275276
Keyboard users depend on outline on elements in the :focus state for interaction with the page, thus authors must not make the outline invisible on such elements without making sure an alternative highlighting mechanism is provided.
277+
</strong>
276278

277279
The rendering of applying transforms to outlines is left explicitly undefined in CSS3-UI.
278280

css-ui/Overview.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,9 @@ <h2 class="heading settled" data-level="4" id="outline-props"><span class="secno
748748
<p>The stacking of the rendering of these outlines is explicitly left up to implementations to provide a better user experience per platform. This supersedes the stacking of outlines as defined in CSS 2.1.</p>
749749

750750

751-
<p>Keyboard users depend on outline on elements in the :focus state for interaction with the page, thus authors must not make the outline invisible on such elements without making sure an alternative highlighting mechanism is provided.</p>
751+
<p><strong class="advisement">
752+
Keyboard users depend on outline on elements in the :focus state for interaction with the page, thus authors must not make the outline invisible on such elements without making sure an alternative highlighting mechanism is provided.
753+
</strong></p>
752754

753755

754756
<p>The rendering of applying transforms to outlines is left explicitly undefined in CSS3-UI.</p>

0 commit comments

Comments
 (0)