Skip to content

Commit e40a567

Browse files
committed
[css-position-3] Describe relation of abspos to scrollable overflow, cross-reference layout section.
1 parent d869aed commit e40a567

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css-position-3/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,12 @@ Choosing A Positioning Scheme: 'position' property</h2>
243243

244244
Instead, the box is positioned and sized solely in reference to
245245
its [=absolute positioning containing block=],
246-
as modified by the box's [=inset properties=].
247-
It can overlap in-flow siblings
248-
or other [=absolutely positioned=] elements.
246+
as modified by the box's [=inset properties=],
247+
see [[#abspos-layout]].
248+
It can overlap [=in-flow=] content
249+
or other [=absolutely positioned=] elements,
250+
and is included in the [=scrollable overflow area=]
251+
of the box that generates is [=containing block=].
249252
This [=positioning scheme=] is called
250253
<dfn export dfn lt="absolute position|absolutely position|absolutely-positioned|absolutely positioned box" local-lt="absolute|absolutely">absolute positioning</dfn>.
251254

0 commit comments

Comments
 (0)