Skip to content

Commit fa7c77f

Browse files
committed
[css-flexbox] Add advisement styling to author conformance criterium" .
1 parent 954e888 commit fa7c77f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,8 @@ Reordering and Accessibility</h4>
12331233
Likewise, 'order' does not affect
12341234
the default traversal order of sequential navigation modes
12351235
(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:
12361238
Authors <em>must</em> use 'order' only for visual, not logical, reordering of content;
12371239
style sheets that use 'order' to perform logical reordering are non-conforming.
12381240

css-flexbox/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,9 +1294,9 @@ <h4 class="heading settled" data-level="5.4.1" id="order-accessibility"><span cl
12941294
(such as <a href="http://www.w3.org/TR/css3-speech/">speech</a>).
12951295
Likewise, <a class="property" data-link-type="propdesc" href="#propdef-order">order</a> does not affect
12961296
the default traversal order of sequential navigation modes
1297-
(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><a data-link-type="biblio" href="#biblio-html5">[HTML5]</a>).
1298-
Authors <em>must</em> use <a class="property" data-link-type="propdesc" href="#propdef-order">order</a> only for visual, not logical, reordering of content;
1299-
style sheets that use <a class="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. <a href="http://www.w3.org/TR/html5/editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><code>tabindex</code></a><a data-link-type="biblio" href="#biblio-html5">[HTML5]</a>).</p>
1298+
<strong class="advisement"> Authors <em>must</em> use <a class="property" data-link-type="propdesc" href="#propdef-order">order</a> only for visual, not logical, reordering of content;
1299+
style sheets that use <a class="property" data-link-type="propdesc" href="#propdef-order">order</a> to perform logical reordering are non-conforming.</strong>
13001300
<p class="note" role="note">Note: This is so that non-visual media and non-CSS UAs,
13011301
which typically present content linearly,
13021302
can rely on a logical source order,

0 commit comments

Comments
 (0)