Skip to content

Commit 0f98ce0

Browse files
committed
[css-flexbox] Be a little clearer in author conformance criterium.
--HG-- extra : rebase_source : e4c99898f8759135b0a301f0bb279f23a3f14b64
1 parent bfa0029 commit 0f98ce0

2 files changed

Lines changed: 117 additions & 115 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,8 @@ Ordering and Orientation</h2>
944944
that use this dichotomy to improve accessibility.
945945

946946
<p>
947-
Authors <em>must not</em> use these techniques as a substitute for correct source ordering,
947+
Authors <em>must not</em> use 'order' or the ''*-reverse'' values of 'flex-flow'/'flex-direction'
948+
as a substitute for correct source ordering,
948949
as that can ruin the accessibility of the document.
949950

950951
<!--
@@ -1008,7 +1009,7 @@ Flex Flow Direction: the 'flex-direction' property</h3>
10081009
</dl>
10091010

10101011
<p class="note">
1011-
The reverse values do not reverse box ordering;
1012+
The reverse values do not reverse box ordering:
10121013
like 'writing-mode' and 'direction' [[CSS3-WRITING-MODES]],
10131014
they only change the direction of flow.
10141015
Painting order, speech order, and sequential navigation orders

0 commit comments

Comments
 (0)