Skip to content

Commit 839ae05

Browse files
committed
[css-sizing-4] More #6308 - discussion with chrishtr concluded that an on-screen c-v:hidden element using a phantom size would also still be bad.
1 parent 6eb6faa commit 839ae05

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-sizing-4/Overview.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,10 +553,15 @@ Overriding Contained Intrinsic Sizes: the 'contain-intrinsic-*' properties</h3>
553553

554554
: <dfn>auto <<length>></dfn>
555555
:: If the element has a [=last remembered size=],
556-
and is currently [=skipping its contents=],
556+
is currently [=skipping its contents=],
557+
and is not [=relevant to the user=],
557558
its [=explicit intrinsic inner size=]
558559
is the [=last remembered size=].
559560

561+
Note: This occurs, for example,
562+
when an element with ''content-visibility: auto''
563+
is off-screen.
564+
560565
Otherwise,
561566
its [=explicit intrinsic inner size=]
562567
is the specified <<length>>.

0 commit comments

Comments
 (0)