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
Fix some broken links, clarify that flex-flow doesn't affect ordering, and add a subsection title mentioning a11y to make this paragraph and the ensuing example stand out a bit more.
except the <i>main-start</i> and <i>main-end</i> directions are swapped.
968
968
</dl>
969
969
970
+
<pclass="note">
971
+
The reverse values do not reverse box ordering;
972
+
like 'writing-mode' and 'direction' [[CSS3-WRITING-MODES]],
973
+
they only change the direction of flow.
974
+
Painting order, speech order, and sequential navigation orders
975
+
are not be affected.
976
+
970
977
<h3id='flex-wrap-property'>
971
978
Flex Line Wrapping: the 'flex-wrap' property</h3>
972
979
@@ -1182,11 +1189,14 @@ <h3 id='order-property'>
1182
1189
1183
1190
</div>
1184
1191
1192
+
<h4id="order-accessibility">Reordering and Accessibility</h4>
1193
+
1185
1194
<p>
1186
1195
The 'order' property <em>must not</em> affect ordering in non-visual media
1187
1196
(such as <ahref="http://www.w3.org/TR/css3-speech/">speech</a>).
1188
1197
Similarly, 'order' does not affect
1189
-
the default traversal order of linear navigation modes (such as tabbing through links).
1198
+
the default traversal order of sequential navigation modes
1199
+
(such as cycling through links, see e.g. 'nav-index' [[CSS3UI]] or <ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><code>tabindex</code></a> [[HTML40]]).
1190
1200
Authors <em>must</em> use 'order' only for visual, not logical, reordering of content;
1191
1201
style sheets that use 'order' to perform logical reordering are non-conforming.
<li>Defined which properties apply to the table wrapper box vs. the table box of a table element.
3156
3166
-->
3157
-
<li>Defined interaction of 'order' and <ahref="http://www.w3.org/TR/css3-speec/">speech</a>, <ahref="http://www.w3.org/TR/css3-ui/#nav-index">'tab-index'</a>.
3167
+
<li>Defined interaction of 'order' and <ahref="http://www.w3.org/TR/css3-speech/">speech</a>, <ahref="http://www.w3.org/TR/css3-ui/#nav-index">'nav-index'</a>.
3158
3168
<li>Corrected errors in the <ahref="#layout-algorithm">flex layout algorithm</a>.
3159
3169
<li>Added or rewrote many examples to make them more realistic and more interesting.
0 commit comments