Skip to content

Commit 7a1db41

Browse files
committed
Switch the canonical order lines to match the module template.
1 parent 2e8da5b commit 7a1db41

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

css3-flexbox/Overview.src.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ <h3 id='flex-direction'>
524524
<td>no
525525
<tr>
526526
<th>Canonical Order:
527-
<td>as specified
527+
<td><abbr title="follows order of property value definition">per grammar</abbr>
528528
</table>
529529

530530
<p>
@@ -588,7 +588,7 @@ <h3 id='flex-wrap'>
588588
<td>no
589589
<tr>
590590
<th>Canonical Order:
591-
<td>as specified
591+
<td><abbr title="follows order of property value definition">per grammar</abbr>
592592
</table>
593593

594594
<p>
@@ -654,7 +654,7 @@ <h3 id='flex-flow'>
654654
<td>no
655655
<tr>
656656
<th>Canonical Order:
657-
<td>as specified
657+
<td><abbr title="follows order of property value definition">per grammar</abbr>
658658
</table>
659659

660660
<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'>
720720
<td>yes
721721
<tr>
722722
<th>Canonical Order:
723-
<td>as specified
723+
<td><abbr title="follows order of property value definition">per grammar</abbr>
724724
</table>
725725

726726
<p>The 'flex-order' property assigns <i>flexbox items</i> to ordinal groups.
@@ -920,7 +920,7 @@ <h3 id='flex-components'>
920920
<td>yes, except between ''0'' and other values
921921
<tr>
922922
<th>Canonical Order:
923-
<td>as specified
923+
<td><abbr title="follows order of property value definition">per grammar</abbr>
924924
</table>
925925

926926
<p>
@@ -954,7 +954,7 @@ <h3 id='flex-components'>
954954
<td>yes, except between ''0'' and other values
955955
<tr>
956956
<th>Canonical Order:
957-
<td>as specified
957+
<td><abbr title="follows order of property value definition">per grammar</abbr>
958958
</table>
959959

960960
<p>
@@ -988,7 +988,7 @@ <h3 id='flex-components'>
988988
<td>yes, insofar as 'width' is animatable
989989
<tr>
990990
<th>Canonical Order:
991-
<td>as specified
991+
<td><abbr title="follows order of property value definition">per grammar</abbr>
992992
</table>
993993

994994
<p>
@@ -1107,7 +1107,7 @@ <h3 id='flex-pack'>
11071107
<td>no
11081108
<tr>
11091109
<th>Canonical Order:
1110-
<td>as specified
1110+
<td><abbr title="follows order of property value definition">per grammar</abbr>
11111111
</table>
11121112

11131113
<p>
@@ -1205,7 +1205,7 @@ <h3 id='flex-align'>
12051205
<td>no
12061206
<tr>
12071207
<th>Canonical Order:
1208-
<td>as specified
1208+
<td><abbr title="follows order of property value definition">per grammar</abbr>
12091209
</table>
12101210

12111211
<table class=propdef>
@@ -1235,7 +1235,7 @@ <h3 id='flex-align'>
12351235
<td>no
12361236
<tr>
12371237
<th>Canonical Order:
1238-
<td>as specified
1238+
<td><abbr title="follows order of property value definition">per grammar</abbr>
12391239
</table>
12401240

12411241
<p>
@@ -1355,7 +1355,7 @@ <h3 id='flex-line-pack'>
13551355
<td>no
13561356
<tr>
13571357
<th>Canonical Order:
1358-
<td>as specified
1358+
<td><abbr title="follows order of property value definition">per grammar</abbr>
13591359
</table>
13601360

13611361
<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

Comments
 (0)