Skip to content

Commit 79daa0a

Browse files
committed
[css-position-3] Clarify that fixedpos CB is layout viewport. w3c#6453
1 parent 5047246 commit 79daa0a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

css-position-3/Overview.bs

+11-2
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@ Containing Blocks of Positioned Boxes</h3>
357357
the [=fixed positioning containing block=] is:
358358

359359
* in [=continuous media=],
360-
the <a>viewport</a>;
360+
the [=layout viewport=]
361+
(whose size matches the [=dynamic viewport size=]);
361362
as a result, [=fixed=] boxes do not move when the document is scrolled.
362363

363364
Note: In this respect, they are similar to
@@ -372,7 +373,7 @@ Containing Blocks of Positioned Boxes</h3>
372373
as in the case of print preview, for example.)
373374

374375
Note: As a result, parts of [=fixed-positioned boxes=]
375-
that extend outside the [=initial containing block=]/[=page area=]
376+
that extend outside the [=layout viewport=]/[=page area=]
376377
cannot be scrolled to
377378
and will not print.
378379
</dl>
@@ -1723,6 +1724,14 @@ Acknowledgments</h2>
17231724

17241725
<h2 class="no-num" id="changes">Changes</h2>
17251726

1727+
The following significant changes were made since the
1728+
<a href="https://www.w3.org/TR/2023/WD-css-position-3-20230403/">3 April 2023 Working Draft</a>:
1729+
<ul>
1730+
<li>Clarified that the [=fixed positioning containing block=]
1731+
corresponds to the [=layout viewport=] (specifically) in [=continuous media=].
1732+
(<a href="https://github.com/w3c/csswg-drafts/issues/6453">Issue 6453</a>)
1733+
</ul>
1734+
17261735
The following significant changes were made since the
17271736
<a href="https://www.w3.org/TR/2023/WD-css-position-3-20230217/">17 February 2023 Working Draft</a>:
17281737
<ul>

0 commit comments

Comments
 (0)