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-flexbox/Overview.bs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1233,6 +1233,8 @@ Reordering and Accessibility</h4>
1233
1233
Likewise, 'order' does not affect
1234
1234
the default traversal order of sequential navigation modes
1235
1235
(such as cycling through links, see e.g. <a href="http://www.w3.org/TR/html5/editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><code>tabindex</code></a>[[HTML5]]).
1236
+
1237
+
Advisement:
1236
1238
Authors <em>must</em> use 'order' only for visual, not logical, reordering of content;
1237
1239
style sheets that use 'order' to perform logical reordering are non-conforming.
(such as <ahref="http://www.w3.org/TR/css3-speech/">speech</a>).
1295
1295
Likewise, <aclass="property" data-link-type="propdesc" href="#propdef-order">order</a> does not affect
1296
1296
the default traversal order of sequential navigation modes
1297
-
(such as cycling through links, see e.g. <ahref="http://www.w3.org/TR/html5/editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><code>tabindex</code></a><adata-link-type="biblio" href="#biblio-html5">[HTML5]</a>).
1298
-
Authors <em>must</em> use <aclass="property" data-link-type="propdesc" href="#propdef-order">order</a> only for visual, not logical, reordering of content;
1299
-
style sheets that use <aclass="property" data-link-type="propdesc" href="#propdef-order">order</a> to perform logical reordering are non-conforming.</p>
1297
+
(such as cycling through links, see e.g. <ahref="http://www.w3.org/TR/html5/editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><code>tabindex</code></a><adata-link-type="biblio" href="#biblio-html5">[HTML5]</a>).</p>
1298
+
<strongclass="advisement">Authors <em>must</em> use <aclass="property" data-link-type="propdesc" href="#propdef-order">order</a> only for visual, not logical, reordering of content;
1299
+
style sheets that use <aclass="property" data-link-type="propdesc" href="#propdef-order">order</a> to perform logical reordering are non-conforming.</strong>
1300
1300
<pclass="note" role="note">Note: This is so that non-visual media and non-CSS UAs,
0 commit comments