Skip to content

Commit a8b2aef

Browse files
committed
[css-sizing] Per WG resolution, make intrinsic sizes definite when they don't depend on 'real' layout.
1 parent 07404f6 commit a8b2aef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

css-sizing-3/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@ Terminology</h2>
8383
<dd>
8484
A size that can be determined without measuring content;
8585
that is, a <<length>>,
86+
a measure of text (without consideration of line-wrapping),
8687
a size of the <a>initial containing block</a>,
8788
or a <<percentage>> or other formula
8889
(such the <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">“fill-available” sizing of non-replaced blocks</a> [[CSS21]])
8990
that is resolved solely against <a>definite</a> sizes.
91+
9092
Additionally, the size of the <a>containing block</a> of an absolutely positioned element is always <a>definite</a>
9193
with respect to that element.
9294

css-sizing/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,14 @@ Terminology</h2>
8282

8383
<dt><dfn id="definite" lt="definite|definite size">definite size</dfn>
8484
<dd>
85-
A size that can be determined without measuring content;
85+
A size that can be determined without performing layout;
8686
that is, a <<length>>,
87+
a measure of text (without consideration of line-wrapping),
8788
a size of the <a>initial containing block</a>,
8889
or a <<percentage>> or other formula
8990
(such the <a href="https://www.w3.org/TR/CSS21/visudet.html#blockwidth">“fill-available” sizing of non-replaced blocks</a> [[CSS21]])
9091
that is resolved solely against <a>definite</a> sizes.
92+
9193
Additionally, the size of the <a>containing block</a> of an absolutely positioned element is always <a>definite</a>
9294
with respect to that element.
9395

0 commit comments

Comments
 (0)