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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,13 @@ The outline properties control the style of these dynamic outlines.
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
275
<strong class="advisement">
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.
276
+
Keyboard users,
277
+
in particular people with disabilities
278
+
who may not be able to interact with the page in any other fashion,
279
+
depend on the outline being visible
280
+
on elements in the :focus state,
281
+
thus authors must not make the outline invisible on such elements
282
+
without making sure an alternative highlighting mechanism is provided.
277
283
</strong>
278
284
279
285
The rendering of applying transforms to outlines is left explicitly undefined in CSS3-UI.
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.
756
+
Keyboard users,
757
+
in particular people with disabilities
758
+
who may not be able to interact with the page in any other fashion,
759
+
depend on the outline being visible
760
+
on elements in the :focus state,
761
+
thus authors must not make the outline invisible on such elements
762
+
without making sure an alternative highlighting mechanism is provided.
0 commit comments