We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b26783 commit c11bff9Copy full SHA for c11bff9
css-display-4/Overview.bs
@@ -986,8 +986,8 @@ Display Order Shorthand: the 'order' property</h3>
986
<pre class='propdef shorthand'>
987
Name: order
988
Value: [ <<'layout-order'>> <<'reading-order'>>? ] |
989
- [ reading && <<'reading-order'>> ]
990
- [ layout && <<'layout-order'>> ]
+ [ reading && <<'reading-order'>> ] |
+ [ layout && <<'layout-order'>> ] |
991
[ reading-and-layout && <<integer>> ]
992
Applies to: [=flex items=] and [=grid items=]
993
Inherited: no
0 commit comments