File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 '>
You can’t perform that action at this time.
0 commit comments