File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -243,9 +243,12 @@ Choosing A Positioning Scheme: 'position' property</h2>
243
243
244
244
Instead, the box is positioned and sized solely in reference to
245
245
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=] .
249
252
This [=positioning scheme=] is called
250
253
<dfn export dfn lt="absolute position|absolutely position|absolutely-positioned|absolutely positioned box" local-lt="absolute|absolutely">absolute positioning</dfn> .
251
254
You can’t perform that action at this time.
0 commit comments