Skip to content

Commit 696894a

Browse files
committed
[css-position-3] Clarify when scrolling/replication happens w3c#5332
(i.e. not when the fixedpos element is trapped by an ancestor element)
1 parent 4c158e4 commit 696894a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css-position-3/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,10 @@ Choosing A Positioning Scheme: 'position' property</h2>
268268
except the box is positioned and sized relative to a [=fixed positioning containing block=]
269269
(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:
271+
when attached to the [=viewport=]
271272
it does not move when the document is scrolled,
272-
and is replicated on every page when it is paginated.
273+
and when attached to the [=page area=]
274+
is replicated on every page when the document is paginated.
273275
This [=positioning scheme=] is called
274276
<dfn export dfn for="" lt="fixed position | fixed-positioned | fixed-positioned box" local-lt="fixed">fixed positioning</dfn>
275277
and is considered a subset of [=absolute positioning=].

0 commit comments

Comments
 (0)