Skip to content

Commit d22ae8e

Browse files
committed
[css-flexbox] Fix Bikeshed errors.
1 parent 5fd05e3 commit d22ae8e

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

css-flexbox-1/Overview.bs

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@ spec: css21; type: property
4040
text: min-height
4141
text: max-height
4242
spec: css-break-3; type: property; text: break-after
43-
spec: css-sizing-3; type: value; for: width
44-
text: min-content
45-
text: max-content
46-
text: fit-content
43+
spec: css-sizing-3;
44+
type: value;
45+
for: width
46+
text: min-content
47+
text: max-content
48+
text: fit-content
49+
type: property; text: box-sizing
4750
spec: css-align-3; type: value; text: start
4851
spec: css-position-3; type: property; text: left
4952
spec: css-writing-modes-3; type: dfn;
@@ -483,7 +486,7 @@ Flex Layout Box Model and Terminology</h2>
483486
</dl>
484487

485488
Additional sizing terminology used in this specification
486-
is defined in <a href="http://www.w3.org/TR/css3-sizing/">CSS Intrinsic and Extrinsic Sizing</a>. [[!CSS3-SIZING]]
489+
is defined in <a href="http://www.w3.org/TR/CSS-SIZING-3/">CSS Intrinsic and Extrinsic Sizing</a>. [[!CSS-SIZING-3]]
487490

488491
<!--
489492
████████ ████ ██████ ████████ ██ ███ ██ ██
@@ -905,7 +908,7 @@ Automatic Minimum Size of Flex Items</h3>
905908
To provide a more reasonable default minimum size for <a>flex items</a>,
906909
this specification defines that the ''min-width/auto'' keyword
907910
of the 'min-width' and 'min-height' properties
908-
[[!CSS-SIZING]]
911+
[[!CSS-SIZING-3]]
909912
(which represents their initial value)
910913
applies an <a>automatic minimum size</a>
911914
to <a>flex items</a> whose 'overflow' is ''overflow/visible'' in the <a>main axis</a>.
@@ -956,7 +959,7 @@ Automatic Minimum Size of Flex Items</h3>
956959

957960
Nonetheless, although this may require an additional layout pass to re-resolve percentages in some cases,
958961
this value
959-
(like the ''min-content'', ''max-content'', and ''fit-content'' values defined in [[CSS3-SIZING]])
962+
(like the ''min-content'', ''max-content'', and ''fit-content'' values defined in [[CSS-SIZING-3]])
960963
does not prevent the resolution of percentage sizes within the item.
961964

962965
<div class="note" id="min-size-opt">
@@ -2731,7 +2734,7 @@ Resolving Flexible Lengths</h3>
27312734
<h3 id='definite-sizes'>
27322735
Definite and Indefinite Sizes</h3>
27332736

2734-
Although CSS Sizing [[!CSS3-SIZING]] defines <a spec=css-sizing>definite</a> and <a spec=css-sizing>indefinite</a> lengths,
2737+
Although CSS Sizing [[!CSS-SIZING-3]] defines <a spec=css-sizing>definite</a> and <a spec=css-sizing>indefinite</a> lengths,
27352738
Flexbox has several additional cases where a length can be considered <dfn noexport lt="definite|definite size|indefinite|indefinite size">definite</dfn>:
27362739

27372740
<ol>
@@ -2777,7 +2780,7 @@ Intrinsic Sizes</h3>
27772780
and content-based logical heights (which use the <a>max-content size</a>).
27782781

27792782

2780-
See [[!CSS3-SIZING]] for a definition of the terms in this section.
2783+
See [[!CSS-SIZING-3]] for a definition of the terms in this section.
27812784

27822785
<h4 id='intrinsic-main-sizes'>
27832786
Flex Container Intrinsic Main Sizes</h4>
@@ -3480,7 +3483,7 @@ Changes since the 16 October 2017 CR</h3>
34803483

34813484
<li id="change-2017-min-size-auto">
34823485
Moved the definition of the ''min-width/auto'' keyword for 'min-width' and 'min-height'
3483-
to [[!CSS3-SIZING]],
3486+
to [[!CSS-SIZING-3]],
34843487
and altered the computation of ''min-width/auto''
34853488
such that it always computes to itself
34863489
(although its <a>resolved value</a> remains zero on CSS2 display types).
@@ -3772,12 +3775,12 @@ Substantive Changes and Bugfixes</h4>
37723775
<ins>Nonetheless,</ins>
37733776
although this may require an additional layout pass to re-resolve percentages in some cases,
37743777
this value
3775-
(like the ''min-content'', ''max-content'', and ''fit-content'' values defined in [[CSS3-SIZING]])
3778+
(like the ''min-content'', ''max-content'', and ''fit-content'' values defined in [[CSS-SIZING-3]])
37763779
does not prevent the resolution of percentage sizes within the item.
37773780
</p>
37783781
</blockquote>
37793782
<li id="change-2016-definite-indefinite">
3780-
Switched <a>definite</a> and <a>indefinite</a> to refer to the (more correct) definitions in [[!CSS3-SIZING]]
3783+
Switched <a>definite</a> and <a>indefinite</a> to refer to the (more correct) definitions in [[!CSS-SIZING-3]]
37813784
instead of defining them inline in this module.
37823785
(<a href="https://drafts.csswg.org/css-flexbox-1/issues-cr-20160301#issue-10">Issue 10</a>)
37833786
<li id="change-2016-abspos-no-order">
@@ -3960,7 +3963,7 @@ Substantive Changes and Bugfixes</h4>
39603963
that 'min-height' might have on the used size of the flex item.</del>
39613964
<p><ins>Although this may require an additional layout pass to re-resolve percentages in some cases,
39623965
the ''min-width/auto'' value of 'min-width' and 'min-height'
3963-
(like the ''min-content'', ''max-content'', and ''fit-content'' values defined in [[CSS3-SIZING]])
3966+
(like the ''min-content'', ''max-content'', and ''fit-content'' values defined in [[CSS-SIZING-3]])
39643967
does not prevent the resolution of percentage sizes within the item.</ins>
39653968
</blockquote>
39663969
<li id="change-2015-intrinsic-items">
@@ -4550,7 +4553,7 @@ Substantive Changes and Bugfixes</h4>
45504553
to help ensure that the item is large enough to fit its contents.</p>
45514554
<p class='note'>
45524555
It is intended that this will compute to the ''width/min-content'' keyword
4553-
when the specification defining it ([[CSS3-SIZING]]) is sufficiently mature.
4556+
when the specification defining it ([[CSS-SIZING-3]]) is sufficiently mature.
45544557
</p>
45554558
</del>
45564559
<ins>
@@ -4667,7 +4670,7 @@ Substantive Changes and Bugfixes</h4>
46674670
when sized under a <a lt="min-content constraint">min-content</a>/<a>max-content constraint</a> (respectively).
46684671

46694672
<p>
4670-
See [[!CSS3-SIZING]] for a definition of the terms in this section.</p>
4673+
See [[!CSS-SIZING-3]] for a definition of the terms in this section.</p>
46714674
</ins>
46724675
</blockquote>
46734676
<li id="change-2012-flex-line-bug">

0 commit comments

Comments
 (0)