You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-flexbox/Overview.src.html
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -524,7 +524,7 @@ <h3 id='flex-direction'>
524
524
<td>no
525
525
<tr>
526
526
<th>Canonical Order:
527
-
<td>as specified
527
+
<td><abbrtitle="follows order of property value definition">per grammar</abbr>
528
528
</table>
529
529
530
530
<p>
@@ -588,7 +588,7 @@ <h3 id='flex-wrap'>
588
588
<td>no
589
589
<tr>
590
590
<th>Canonical Order:
591
-
<td>as specified
591
+
<td><abbrtitle="follows order of property value definition">per grammar</abbr>
592
592
</table>
593
593
594
594
<p>
@@ -654,7 +654,7 @@ <h3 id='flex-flow'>
654
654
<td>no
655
655
<tr>
656
656
<th>Canonical Order:
657
-
<td>as specified
657
+
<td><abbrtitle="follows order of property value definition">per grammar</abbr>
658
658
</table>
659
659
660
660
<p>The 'flex-flow' property is a shorthand for setting the 'flex-direction' and 'flex-wrap' properties together.
@@ -720,7 +720,7 @@ <h3 id='flex-order'>
720
720
<td>yes
721
721
<tr>
722
722
<th>Canonical Order:
723
-
<td>as specified
723
+
<td><abbrtitle="follows order of property value definition">per grammar</abbr>
724
724
</table>
725
725
726
726
<p>The 'flex-order' property assigns <i>flexbox items</i> to ordinal groups.
@@ -920,7 +920,7 @@ <h3 id='flex-components'>
920
920
<td>yes, except between ''0'' and other values
921
921
<tr>
922
922
<th>Canonical Order:
923
-
<td>as specified
923
+
<td><abbrtitle="follows order of property value definition">per grammar</abbr>
924
924
</table>
925
925
926
926
<p>
@@ -954,7 +954,7 @@ <h3 id='flex-components'>
954
954
<td>yes, except between ''0'' and other values
955
955
<tr>
956
956
<th>Canonical Order:
957
-
<td>as specified
957
+
<td><abbrtitle="follows order of property value definition">per grammar</abbr>
958
958
</table>
959
959
960
960
<p>
@@ -988,7 +988,7 @@ <h3 id='flex-components'>
988
988
<td>yes, insofar as 'width' is animatable
989
989
<tr>
990
990
<th>Canonical Order:
991
-
<td>as specified
991
+
<td><abbrtitle="follows order of property value definition">per grammar</abbr>
992
992
</table>
993
993
994
994
<p>
@@ -1107,7 +1107,7 @@ <h3 id='flex-pack'>
1107
1107
<td>no
1108
1108
<tr>
1109
1109
<th>Canonical Order:
1110
-
<td>as specified
1110
+
<td><abbrtitle="follows order of property value definition">per grammar</abbr>
1111
1111
</table>
1112
1112
1113
1113
<p>
@@ -1205,7 +1205,7 @@ <h3 id='flex-align'>
1205
1205
<td>no
1206
1206
<tr>
1207
1207
<th>Canonical Order:
1208
-
<td>as specified
1208
+
<td><abbrtitle="follows order of property value definition">per grammar</abbr>
1209
1209
</table>
1210
1210
1211
1211
<tableclass=propdef>
@@ -1235,7 +1235,7 @@ <h3 id='flex-align'>
1235
1235
<td>no
1236
1236
<tr>
1237
1237
<th>Canonical Order:
1238
-
<td>as specified
1238
+
<td><abbrtitle="follows order of property value definition">per grammar</abbr>
1239
1239
</table>
1240
1240
1241
1241
<p>
@@ -1355,7 +1355,7 @@ <h3 id='flex-line-pack'>
1355
1355
<td>no
1356
1356
<tr>
1357
1357
<th>Canonical Order:
1358
-
<td>as specified
1358
+
<td><abbrtitle="follows order of property value definition">per grammar</abbr>
1359
1359
</table>
1360
1360
1361
1361
<p>The 'flex-line-pack' property aligns a flexbox's lines within the flexbox when there is extra space in the <i>cross-axis</i>, similar to how 'flex-pack' aligns individual items within the <i>main-axis</i>:
0 commit comments