Skip to content

Commit 60462d1

Browse files
committed
[css-flexbox] Make it orange.
1 parent 50411df commit 60462d1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@ Ordering and Orientation</h2>
955955
and the <a href="#overview">Flex Layout Overview</a> for examples
956956
that use this dichotomy to improve accessibility.
957957

958+
Advisement:
958959
Authors <em>must not</em> use 'order' or the ''*-reverse'' values of 'flex-flow'/'flex-direction'
959960
as a substitute for correct source ordering,
960961
as that can ruin the accessibility of the document.

css-flexbox/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,10 +1661,10 @@ <h2 class="heading settled" data-level="5" id="flow-order"><span class="secno">5
16611661
and the <a href="#overview">Flex Layout Overview</a> for examples
16621662
that use this dichotomy to improve accessibility.</p>
16631663

1664-
1665-
<p>Authors <em>must not</em> use <a class="property" data-link-type="propdesc" href="#propdef-order">order</a> or the <span class="css">*-reverse</span> values of <a class="property" data-link-type="propdesc" href="#propdef-flex-flow">flex-flow</a>/<a class="property" data-link-type="propdesc" href="#propdef-flex-direction">flex-direction</a>
1664+
<strong class="advisement">
1665+
Authors <em>must not</em> use <a class="property" data-link-type="propdesc" href="#propdef-order">order</a> or the <span class="css">*-reverse</span> values of <a class="property" data-link-type="propdesc" href="#propdef-flex-flow">flex-flow</a>/<a class="property" data-link-type="propdesc" href="#propdef-flex-direction">flex-direction</a>
16661666
as a substitute for correct source ordering,
1667-
as that can ruin the accessibility of the document.</p>
1667+
as that can ruin the accessibility of the document.</strong>
16681668

16691669

16701670

0 commit comments

Comments
 (0)