Skip to content

Commit c47f93a

Browse files
committed
Clearer wording for tab order.
1 parent 5ff8c4d commit c47f93a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@
206206

207207
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
208208

209-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 20 July 2012</h2>
209+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 24 July 2012</h2>
210210

211211
<dl>
212212
<dt>This version:
213-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120720/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120720/</a>-->
213+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120724/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120724/</a>-->
214214

215215

216216
<dd><a
@@ -1653,10 +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>). 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
1656+
href="http://www.w3.org/TR/css3-speech/">speech</a>). Similarly, <a
1657+
href="#order"><code class=property>order</code></a>’ does not affect the
1658+
default traversal order of linear navigation modes (such as tabbing
1659+
through links). Authors <em>must</em> use ‘<a href="#order"><code
16601660
class=property>order</code></a>’ only for visual, not logical,
16611661
reordering of content; style sheets that use ‘<a href="#order"><code
16621662
class=property>order</code></a>’ to perform logical reordering are

css3-flexbox/Overview.src.html

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

0 commit comments

Comments
 (0)