File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,12 @@ Terminology</h2>
83
83
<dd>
84
84
A size that can be determined without measuring content;
85
85
that is, a <<length>> ,
86
+ a measure of text (without consideration of line-wrapping),
86
87
a size of the <a>initial containing block</a> ,
87
88
or a <<percentage>> or other formula
88
89
(such the <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">“fill-available” sizing of non-replaced blocks</a> [[CSS21]] )
89
90
that is resolved solely against <a>definite</a> sizes.
91
+
90
92
Additionally, the size of the <a>containing block</a> of an absolutely positioned element is always <a>definite</a>
91
93
with respect to that element.
92
94
Original file line number Diff line number Diff line change @@ -82,12 +82,14 @@ Terminology</h2>
82
82
83
83
<dt> <dfn id="definite" lt="definite|definite size">definite size</dfn>
84
84
<dd>
85
- A size that can be determined without measuring content ;
85
+ A size that can be determined without performing layout ;
86
86
that is, a <<length>> ,
87
+ a measure of text (without consideration of line-wrapping),
87
88
a size of the <a>initial containing block</a> ,
88
89
or a <<percentage>> or other formula
89
90
(such the <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">“fill-available” sizing of non-replaced blocks</a> [[CSS21]] )
90
91
that is resolved solely against <a>definite</a> sizes.
92
+
91
93
Additionally, the size of the <a>containing block</a> of an absolutely positioned element is always <a>definite</a>
92
94
with respect to that element.
93
95
You can’t perform that action at this time.
0 commit comments