Skip to content

Commit a3b967d

Browse files
committed
[css-flexbox-1] Fix links. Drop broken WPT links.
1 parent a470fbf commit a3b967d

File tree

1 file changed

+8
-63
lines changed

1 file changed

+8
-63
lines changed

css-flexbox-1/Overview.bs

+8-63
Original file line numberDiff line numberDiff line change
@@ -740,12 +740,12 @@ Absolutely-Positioned Flex Children</h3>
740740
''margin/auto'' margins are treated as zero.
741741

742742
<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
749749
</wpt>
750750

751751
<div class="note">
@@ -1103,24 +1103,11 @@ Flex Flow Direction: the 'flex-direction' property</h3>
11031103
<a>inline-end</a> directions, respectively,
11041104
of the current <a>writing mode</a>.
11051105

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-
11131106
<dt><dfn>row-reverse</dfn>
11141107
<dd>
11151108
Same as ''row'',
11161109
except the <a>main-start</a> and <a>main-end</a> directions are swapped.
11171110

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-
11241111
<dt><dfn>column</dfn>
11251112
<dd>
11261113
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>
11311118
<a>block-end</a> directions, respectively,
11321119
of the current <a>writing mode</a>.
11331120

1134-
<wpt>
1135-
css-flexbox-column-wrap-reverse.html
1136-
css-flexbox-column-wrap.html
1137-
css-flexbox-column.html
1138-
</wpt>
1139-
11401121
<dt><dfn>column-reverse</dfn>
11411122
<dd>
11421123
Same as ''column'',
11431124
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>
11501125
</dl>
11511126

11521127
Note: The reverse values do not reverse box ordering:
@@ -1187,34 +1162,13 @@ Flex Line Wrapping: the 'flex-wrap' property</h3>
11871162
<dd>
11881163
The flex container is <a>single-line</a>.
11891164

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-
11971165
<dt><dfn>wrap</dfn>
11981166
<dd>
11991167
The flex container is <a>multi-line</a>.
12001168

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-
12081169
<dt><dfn>wrap-reverse</dfn>
12091170
<dd>
12101171
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>
12181172
</dl>
12191173

12201174
For the values that are not ''wrap-reverse'',
@@ -1247,15 +1201,6 @@ Flex Direction and Wrap: the 'flex-flow' shorthand</h3>
12471201
The 'flex-flow' property is a shorthand for setting the 'flex-direction' and 'flex-wrap' properties,
12481202
which together define the flex container's main and cross axes.
12491203

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-
12591204
<div class="example">
12601205
Some examples of valid flows in an English (left-to-right, horizontal writing mode) document:
12611206

@@ -1335,7 +1280,7 @@ Display Order: the 'order' property</h3>
13351280
</pre>
13361281

13371282
<wpt>
1338-
Flexible-order.html
1283+
flexible-order.html
13391284
</wpt>
13401285

13411286
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/
37763721
<li id="change-2018-auto-min-contribution">
37773722
Clarified that the [=content-based minimum size=] of a flex item
37783723
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]].
37803725
(<a href="https://github.com/w3c/csswg-drafts/issues/5665#issuecomment-738391191">Issue 5665</a>)
37813726

37823727
<li id="change-2018-content-based-editorial">

0 commit comments

Comments
 (0)