@@ -390,7 +390,7 @@ Intrinsic Sizes</h3>
390
390
<dl>
391
391
<dt> For boxes with an intrinsic aspect ratio, but no intrinsic size:
392
392
<dd>
393
- * If there is a <a>definite </a> <a>available size </a>
393
+ * If the <a>available space </a> is <a>definite </a>
394
394
in the <a>inline axis</a> ,
395
395
use the <a>stretch fit</a> into that size for the inline size
396
396
and calculate the block size using the aspect ratio.
@@ -399,7 +399,7 @@ Intrinsic Sizes</h3>
399
399
and calculate the height using the aspect ratio.
400
400
<dt> For boxes without an intrinsic aspect ratio:
401
401
<dd>
402
- * If there is a <a>definite </a> <a>available size </a>
402
+ * If the <a>available space </a> is <a>definite </a>
403
403
in the appropriate dimension,
404
404
use the <a>stretch fit</a> into that size in that dimension.
405
405
* Otherwise,
@@ -448,7 +448,7 @@ Stretch-fit Sizing</h3>
448
448
<li>
449
449
If the box is the root or is absolutely-positioned, the inline-size of its containing block, else
450
450
<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>
452
452
where the sizes are inner inline-sizes of the element establishing the box's <a>containing block</a> ,
453
453
and where the first value is used if it is <a>definite</a> and the second value otherwise.
454
454
</ul>
0 commit comments