Skip to content

Commit 5f61211

Browse files
committed
[css-flexbox-1] Fix links
1 parent 30292fe commit 5f61211

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

css-flexbox-1/Overview.bs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -554,17 +554,12 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
554554

555555
<wpt>
556556
display-flex-001.htm
557-
display_flex_exist.html
558557
</wpt>
559558

560559
<dt><dfn>inline-flex</dfn>
561560
<dd>
562561
This value causes an element to generate a <a>flex container</a> box
563562
that is <a>inline-level</a> when placed in <a>flow layout</a>.
564-
565-
<wpt>
566-
display_inline-flex_exist.html
567-
</wpt>
568563
</dl>
569564

570565
A <a>flex container</a> establishes a new <dfn export>flex formatting context</dfn> for its contents.
@@ -2849,7 +2844,7 @@ Definite and Indefinite Sizes</h3>
28492844
of its [=flex items=]
28502845
are treated as [=definite=].
28512846

2852-
2. If a [=flex-item’s=] [=flex basis=] is [=definite=],
2847+
2. If a [=flex item’s=] [=flex basis=] is [=definite=],
28532848
then its post-flexing [=main size=] is also [=definite=].
28542849

28552850
3. If a <a>single-line</a> <a>flex container</a> has a definite <a>cross size</a>,
@@ -3714,7 +3709,7 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
37143709
even though it can rely on the <a>indefinite</a> sizes
37153710
of any flex items in the same line</del>.
37163711

3717-
<li><ins>If a [=flex-item’s=] [=flex basis=] is [=definite=],
3712+
<li><ins>If a [=flex item’s=] [=flex basis=] is [=definite=],
37183713
then its post-flexing [=main size=] is also [=definite=].</ins>
37193714
</ol>
37203715
</blockquote>

0 commit comments

Comments
 (0)