We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4671b5b commit abbb4bbCopy full SHA for abbb4bb
2 files changed
css-grid/Overview.bs
@@ -750,6 +750,14 @@ Reordered Grid Items: the 'order' property</h3>
750
The 'order' property also applies to <a>grid items</a>.
751
It affects their <a href="#grid-auto-flow-property">auto-placement</a> and <a href="#z-order">painting order</a>.
752
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
+
761
<h3 id='z-order'>
762
Z-axis Ordering: the 'z-index' property</h3>
763
0 commit comments