File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -951,9 +951,6 @@ Toggling Box Generation: the 'display-or-not' property</h2>
951
951
<h2 id='order-property'>
952
952
Display Order: the 'order' property</h2>
953
953
954
- Boxes are generally displayed and laid out in the same order as they appear in the source document.
955
- In some layout modes, the 'order' property can be used to change this ordering.
956
-
957
954
<pre class='propdef'>
958
955
Name : order
959
956
Value : <<integer>>
@@ -968,7 +965,16 @@ Display Order: the 'order' property</h2>
968
965
flexible-order.html
969
966
</wpt>
970
967
971
- The 'order' property controls the order in which
968
+ Boxes are generally displayed and laid out
969
+ in the same order as they appear in the source document.
970
+ In some [=formatting contexts=] ,
971
+ the 'order' property can be used to rearrange the order of boxes
972
+ to deliberately create a divergence
973
+ of the logical order of elements
974
+ and their spatial arrangement on the 2D visual canvas.
975
+
976
+ Specifically,
977
+ the 'order' property controls the order in which
972
978
[=flex items=] or [=grid items=] appear within their container,
973
979
by assigning them to ordinal groups.
974
980
It takes a single <dfn value for=order><<integer>></dfn> value,
You can’t perform that action at this time.
0 commit comments