@@ -740,12 +740,12 @@ Absolutely-Positioned Flex Children</h3>
740
740
''margin/auto'' margins are treated as zero.
741
741
742
742
<wpt>
743
- abspos-autopos-htb-ltr.html
744
- abspos-autopos-htb-rtl.html
745
- abspos-autopos-vlr-ltr.html
746
- abspos-autopos-vlr-rtl.html
747
- abspos-autopos-vrl-ltr.html
748
- abspos-autopos-vrl-rtl.html
743
+ abspos/abspos -autopos-htb-ltr.html
744
+ abspos/abspos -autopos-htb-rtl.html
745
+ abspos/abspos -autopos-vlr-ltr.html
746
+ abspos/abspos -autopos-vlr-rtl.html
747
+ abspos/abspos -autopos-vrl-ltr.html
748
+ abspos/abspos -autopos-vrl-rtl.html
749
749
</wpt>
750
750
751
751
<div class="note">
@@ -1103,24 +1103,11 @@ Flex Flow Direction: the 'flex-direction' property</h3>
1103
1103
<a>inline-end</a> directions, respectively,
1104
1104
of the current <a>writing mode</a> .
1105
1105
1106
- <wpt>
1107
- css-flexbox-row-wrap-reverse.html
1108
- css-flexbox-row-wrap.html
1109
- css-flexbox-row.html
1110
- css-flexbox-test1.html
1111
- </wpt>
1112
-
1113
1106
<dt> <dfn>row-reverse</dfn>
1114
1107
<dd>
1115
1108
Same as ''row'' ,
1116
1109
except the <a>main-start</a> and <a>main-end</a> directions are swapped.
1117
1110
1118
- <wpt>
1119
- css-flexbox-row-reverse-wrap-reverse.html
1120
- css-flexbox-row-reverse-wrap.html
1121
- css-flexbox-row-reverse.html
1122
- </wpt>
1123
-
1124
1111
<dt> <dfn>column</dfn>
1125
1112
<dd>
1126
1113
The flex container's <a>main axis</a> has the same orientation as the
@@ -1131,22 +1118,10 @@ Flex Flow Direction: the 'flex-direction' property</h3>
1131
1118
<a>block-end</a> directions, respectively,
1132
1119
of the current <a>writing mode</a> .
1133
1120
1134
- <wpt>
1135
- css-flexbox-column-wrap-reverse.html
1136
- css-flexbox-column-wrap.html
1137
- css-flexbox-column.html
1138
- </wpt>
1139
-
1140
1121
<dt> <dfn>column-reverse</dfn>
1141
1122
<dd>
1142
1123
Same as ''column'' ,
1143
1124
except the <a>main-start</a> and <a>main-end</a> directions are swapped.
1144
-
1145
- <wpt>
1146
- css-flexbox-column-reverse-wrap-reverse.html
1147
- css-flexbox-column-reverse-wrap.html
1148
- css-flexbox-column-reverse.html
1149
- </wpt>
1150
1125
</dl>
1151
1126
1152
1127
Note: The reverse values do not reverse box ordering:
@@ -1187,34 +1162,13 @@ Flex Line Wrapping: the 'flex-wrap' property</h3>
1187
1162
<dd>
1188
1163
The flex container is <a>single-line</a> .
1189
1164
1190
- <wpt>
1191
- css-flexbox-row-reverse.html
1192
- css-flexbox-row.html
1193
- css-flexbox-column-reverse.html
1194
- css-flexbox-column.html
1195
- </wpt>
1196
-
1197
1165
<dt> <dfn>wrap</dfn>
1198
1166
<dd>
1199
1167
The flex container is <a>multi-line</a> .
1200
1168
1201
- <wpt>
1202
- css-flexbox-row-reverse-wrap.html
1203
- css-flexbox-row-wrap.html
1204
- css-flexbox-column-reverse-wrap.html
1205
- css-flexbox-column-wrap.html
1206
- </wpt>
1207
-
1208
1169
<dt> <dfn>wrap-reverse</dfn>
1209
1170
<dd>
1210
1171
Same as ''wrap'' .
1211
-
1212
- <wpt>
1213
- css-flexbox-row-reverse-wrap-reverse.html
1214
- css-flexbox-row-wrap-reverse.html
1215
- css-flexbox-column-reverse-wrap-reverse.html
1216
- css-flexbox-column-wrap-reverse.html
1217
- </wpt>
1218
1172
</dl>
1219
1173
1220
1174
For the values that are not ''wrap-reverse'' ,
@@ -1247,15 +1201,6 @@ Flex Direction and Wrap: the 'flex-flow' shorthand</h3>
1247
1201
The 'flex-flow' property is a shorthand for setting the 'flex-direction' and 'flex-wrap' properties,
1248
1202
which together define the flex container's main and cross axes.
1249
1203
1250
- <wpt>
1251
- css-flexbox-column-reverse-wrap-reverse.html
1252
- css-flexbox-column-reverse-wrap.html
1253
- css-flexbox-column-reverse.html
1254
- css-flexbox-column-wrap-reverse.html
1255
- css-flexbox-column-wrap.html
1256
- css-flexbox-column.html
1257
- </wpt>
1258
-
1259
1204
<div class="example">
1260
1205
Some examples of valid flows in an English (left-to-right, horizontal writing mode) document:
1261
1206
@@ -1335,7 +1280,7 @@ Display Order: the 'order' property</h3>
1335
1280
</pre>
1336
1281
1337
1282
<wpt>
1338
- Flexible -order.html
1283
+ flexible -order.html
1339
1284
</wpt>
1340
1285
1341
1286
The 'order' property controls the order in which
@@ -3776,7 +3721,7 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
3776
3721
<li id="change-2018-auto-min-contribution">
3777
3722
Clarified that the [=content-based minimum size=] of a flex item
3778
3723
is a type of [=intrinsic size contribution=] ,
3779
- and thus impacted by associated rules in [[css-sizing -3]] .
3724
+ and thus impacted by associated rules in [[CSS-SIZING -3]] .
3780
3725
(<a href="https://github.com/w3c/csswg-drafts/issues/5665#issuecomment-738391191">Issue 5665</a> )
3781
3726
3782
3727
<li id="change-2018-content-based-editorial">
0 commit comments