Skip to content

Commit f608f85

Browse files
committed
Forgot to mention tab-index part of the ordering resolution.
1 parent b3e13f0 commit f608f85

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,8 +1653,10 @@ <h3 id=order-property><span class=secno>5.4. </span> Display Order: the
16531653

16541654
<p> The ‘<a href="#order"><code class=property>order</code></a>
16551655
property <em>must not</em> affect ordering in non-visual media (such as <a
1656-
href="http://www.w3.org/TR/css3-speech/">speech</a>). Authors
1657-
<em>must</em> use ‘<a href="#order"><code
1656+
href="http://www.w3.org/TR/css3-speech/">speech</a>). Similarly, linear
1657+
navigation modes (such as ‘<code class=property>tab-index</code>’)
1658+
should ignore ‘<a href="#order"><code class=property>order</code></a>
1659+
by default. Authors <em>must</em> use ‘<a href="#order"><code
16581660
class=property>order</code></a>’ only for visual, not logical,
16591661
reordering of content; style sheets that use ‘<a href="#order"><code
16601662
class=property>order</code></a>’ to perform logical reordering are

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,8 @@ <h3 id='order-property'>
11861186
<p>
11871187
The 'order' property <em>must not</em> affect ordering in non-visual media
11881188
(such as <a href="http://www.w3.org/TR/css3-speech/">speech</a>).
1189+
Similarly, linear navigation modes (such as 'tab-index') should ignore 'order'
1190+
by default.
11891191
Authors <em>must</em> use 'order' only for visual, not logical, reordering of content;
11901192
style sheets that use 'order' to perform logical reordering are non-conforming.
11911193
<p class='note'>

0 commit comments

Comments
 (0)