Skip to content

Commit 7da2427

Browse files
committed
[css-sizing-4][editorial] fix bikeshed errors
1 parent 3845f40 commit 7da2427

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css-sizing-4/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spec:css2; type: property
2727
text: max-height
2828
spec:css-align-3; type:value; text:stretch
2929
spec:css-logical-1; type:property; text:block-size
30+
spec:css-values-5; type:function; text:calc-size()
3031
</pre>
3132

3233

@@ -338,7 +339,7 @@ Effects of Preferred Aspect Ratio on Automatic Sizes</h3>
338339
<h4 id="aspect-ratio-margin-collapse">
339340
Margin-collapsing</h4>
340341

341-
For the purpose of margin collapsing ([[css2/box#collapsing-margins]]),
342+
For the purpose of margin collapsing ([[css2#collapsing-margins]]),
342343
if the [=block axis=] is the [=ratio-dependent axis=],
343344
it is not considered to have a [=computed value|computed=] 'block-size' of ''height/auto''.
344345

@@ -493,7 +494,7 @@ Min/Max Size Transfers</h3>
493494

494495
In this next example,
495496
the percentage height of the item cannot be resolved and [=behaves as auto=]
496-
(see [[CSS2/visudet#the-height-property]]).
497+
(see [[CSS2#the-height-property]]).
497498
Since both axes now have an [=automatic size=],
498499
the height becomes the [=ratio-dependent axis=].
499500
Calculating the [=intrinsic size contributions=] of the box
@@ -908,7 +909,7 @@ Stretch-fit Sizing: filling the containing block</h3>
908909
but the bottom margins do not collapse,
909910
because the bottom margin of a box is not adjoining
910911
to the bottom margin of a parent with a non-''height/auto'' height,
911-
see [[CSS2/box#collapsing-margins]].
912+
see [[CSS2#collapsing-margins]].
912913
Luckily, an overflowing bottom margin doesn't have any visible effect.)
913914
</div>
914915

@@ -1064,7 +1065,7 @@ Recent Changes</h3>
10641065
* Define that 'aspect-ratio' inhibits margin self-collapsing
10651066
(<a href="https://github.com/w3c/csswg-drafts/issues/5328">Issue 5328</a>)
10661067
<blockquote>
1067-
<p>For the purpose of margin collapsing ([[css2/box#collapsing-margins]]),
1068+
<p>For the purpose of margin collapsing ([[css2#collapsing-margins]]),
10681069
if the [=block axis=] is the [=ratio-dependent axis=],
10691070
it is not considered to have a [=computed value|computed=] 'block-size' of ''height/auto''.
10701071
</blockquote>

0 commit comments

Comments
 (0)