@@ -357,7 +357,8 @@ Containing Blocks of Positioned Boxes</h3>
357
357
the [=fixed positioning containing block=] is:
358
358
359
359
* in [=continuous media=] ,
360
- the <a>viewport</a> ;
360
+ the [=layout viewport=]
361
+ (whose size matches the [=dynamic viewport size=] );
361
362
as a result, [=fixed=] boxes do not move when the document is scrolled.
362
363
363
364
Note: In this respect, they are similar to
@@ -372,7 +373,7 @@ Containing Blocks of Positioned Boxes</h3>
372
373
as in the case of print preview, for example.)
373
374
374
375
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=]
376
377
cannot be scrolled to
377
378
and will not print.
378
379
</dl>
@@ -1723,6 +1724,14 @@ Acknowledgments</h2>
1723
1724
1724
1725
<h2 class="no-num" id="changes">Changes</h2>
1725
1726
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
+
1726
1735
The following significant changes were made since the
1727
1736
<a href="https://www.w3.org/TR/2023/WD-css-position-3-20230217/">17 February 2023 Working Draft</a> :
1728
1737
<ul>
0 commit comments