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