Skip to content

Commit 4c158e4

Browse files
committed
[css-position-3] Clarify that the viewport is *usually* the fixpos containing block. #5332
1 parent 4c785f3 commit 4c158e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-position-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Choosing A Positioning Scheme: 'position' property</h2>
266266
<dd>
267267
Same as ''absolute'',
268268
except the box is positioned and sized relative to a [=fixed positioning containing block=]
269-
(the [=viewport=] in [=continuous media=], or the [=page area=] in [=paged media=]).
269+
(usually the [=viewport=] in [=continuous media=], or the [=page area=] in [=paged media=]).
270270
The box’s position is fixed with respect to this reference rectangle:
271271
it does not move when the document is scrolled,
272272
and is replicated on every page when it is paginated.

0 commit comments

Comments
 (0)