File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,9 @@ Terminology</h2>
84
84
A size that can be determined without measuring content;
85
85
that is, a <<length>> ,
86
86
a size of the <a>initial containing block</a> ,
87
- or a <<percentage>> or other formula that is resolved solely against <a>definite</a> sizes.
87
+ or a <<percentage>> or other formula
88
+ (such the <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">“fill-available” sizing of non-replaced blocks</a> [[CSS21]] )
89
+ that is resolved solely against <a>definite</a> sizes.
88
90
Additionally, the size of the <a>containing block</a> of an absolutely positioned element is always <a>definite</a>
89
91
with respect to that element.
90
92
@@ -213,7 +215,7 @@ Intrinsic Size Contributions</h3>
213
215
</dl>
214
216
215
217
Intrinsic size contributions are based on the <a>outer size</a> of the box;
216
- for this purpose ''auto'' margins are treated as zero.
218
+ for this purpose ''margin/ auto'' margins are treated as zero.
217
219
218
220
<h3 id='constraints'>
219
221
Intrinsic Size Constraints</h3>
Original file line number Diff line number Diff line change @@ -84,7 +84,9 @@ Terminology</h2>
84
84
A size that can be determined without measuring content;
85
85
that is, a <<length>> ,
86
86
a size of the <a>initial containing block</a> ,
87
- or a <<percentage>> or other formula that is resolved solely against <a>definite</a> sizes.
87
+ or a <<percentage>> or other formula
88
+ (such the <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">“fill-available” sizing of non-replaced blocks</a> [[CSS21]] )
89
+ that is resolved solely against <a>definite</a> sizes.
88
90
Additionally, the size of the <a>containing block</a> of an absolutely positioned element is always <a>definite</a>
89
91
with respect to that element.
90
92
@@ -213,7 +215,7 @@ Intrinsic Size Contributions</h3>
213
215
</dl>
214
216
215
217
Intrinsic size contributions are based on the <a>outer size</a> of the box;
216
- for this purpose ''auto'' margins are treated as zero.
218
+ for this purpose ''margin/ auto'' margins are treated as zero.
217
219
218
220
<h3 id='constraints'>
219
221
Intrinsic Size Constraints</h3>
You can’t perform that action at this time.
0 commit comments