Closed
Bug 1924092
Opened 1 year ago
Closed 6 months ago
Account for `position-area` on computing inset modified containing block for query element
Categories
(Core :: Layout: Positioned, enhancement)
Core
Layout: Positioned
Tracking
()
RESOLVED
DUPLICATE
of bug 1924086
People
(Reporter: dshin, Unassigned)
References
Details
When all is said and done, we're basically nudging the insets for the queried element to position it there.
| Reporter | ||
Updated•1 year ago
|
Comment 1•1 year ago
|
||
What position-area does is modify the containing block for the anchored element, right? How about we retitle this bug "Account for position-area when calculating the containing block for anchor positioned elements"?
Flags: needinfo?(dshin)
Updated•1 year ago
|
Whiteboard: [anchorpositioning:m1]
| Reporter | ||
Comment 2•1 year ago
|
||
(In reply to Jonathan Watt [:jwatt] from comment #1)
What
position-areadoes is modify the containing block for the anchored element, right? How about we retitle this bug "Account forposition-areawhen calculating the containing block for anchor positioned elements"?
Sounds reasonable.
Flags: needinfo?(dshin)
Summary: Add `position-area` based inset modification to absolute layout → Account for `position-area` on computing inset modified containing block for query element
Comment 3•6 months ago
|
||
This is included in bug 1924086.
Updated•6 months ago
|
Whiteboard: [anchorpositioning:m2]
You need to log in
before you can comment on or make changes to this bug.
Description
•