Skip to content

Commit a02af3f

Browse files
committed
[css-sizing] Fix linking errors.
1 parent 0358eb0 commit a02af3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-sizing-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Intrinsic Sizes</h3>
390390
<dl>
391391
<dt>For boxes with an intrinsic aspect ratio, but no intrinsic size:
392392
<dd>
393-
* If there is a <a>definite</a> <a>available size</a>
393+
* If the <a>available space</a> is <a>definite</a>
394394
in the <a>inline axis</a>,
395395
use the <a>stretch fit</a> into that size for the inline size
396396
and calculate the block size using the aspect ratio.
@@ -399,7 +399,7 @@ Intrinsic Sizes</h3>
399399
and calculate the height using the aspect ratio.
400400
<dt>For boxes without an intrinsic aspect ratio:
401401
<dd>
402-
* If there is a <a>definite</a> <a>available size</a>
402+
* If the <a>available space</a> is <a>definite</a>
403403
in the appropriate dimension,
404404
use the <a>stretch fit</a> into that size in that dimension.
405405
* Otherwise,
@@ -448,7 +448,7 @@ Stretch-fit Sizing</h3>
448448
<li>
449449
If the box is the root or is absolutely-positioned, the inline-size of its containing block, else
450450
<li>
451-
<code>max(<a>min inline size</a>|0, min(<a>max inline size</a>|infinity, <a>inline size</a>|<a>stretch-fit inline size</a>))</code>
451+
<code>max('min-inline-size'|0, min('max-inline-size'|infinity, 'inline-size'|<a>stretch-fit inline size</a>))</code>
452452
where the sizes are inner inline-sizes of the element establishing the box's <a>containing block</a>,
453453
and where the first value is used if it is <a>definite</a> and the second value otherwise.
454454
</ul>

0 commit comments

Comments
 (0)