Skip to content

Commit abbb4bb

Browse files
committed
[css-grid] Reference Flexbox's a11y section on 'order'.
1 parent 4671b5b commit abbb4bb

2 files changed

Lines changed: 207 additions & 186 deletions

File tree

css-grid/Overview.bs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,14 @@ Reordered Grid Items: the 'order' property</h3>
750750
The 'order' property also applies to <a>grid items</a>.
751751
It affects their <a href="#grid-auto-flow-property">auto-placement</a> and <a href="#z-order">painting order</a>.
752752

753+
Advisement: As with reordering flex items,
754+
the 'order' property must only be used
755+
when the visual order needs to be <em>out-of-sync</em>
756+
with the speech and navigation order;
757+
otherwise the underlying document source should be reordered instead.
758+
See <a href="https://drafts.csswg.org/css-flexbox-1/#order-accessibility">Reordering and Accessibility</a>
759+
in [[CSS-FLEXBOX-1]].
760+
753761
<h3 id='z-order'>
754762
Z-axis Ordering: the 'z-index' property</h3>
755763

0 commit comments

Comments
 (0)