You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-ui/Overview.bs
+2
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,9 @@ The outline properties control the style of these dynamic outlines.
272
272
273
273
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.
274
274
275
+
<strong class="advisement">
275
276
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>
276
278
277
279
The rendering of applying transforms to outlines is left explicitly undefined in CSS3-UI.
<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>
749
749
750
750
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><strongclass="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>
752
754
753
755
754
756
<p>The rendering of applying transforms to outlines is left explicitly undefined in CSS3-UI.</p>
0 commit comments