You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the spec for Finding an anchor only requires that a positioned el is in a higher top layer than possible anchor for an element in a top layer to be an acceptable anchor.
However, there are also containing block rules for the positioned el, even if it is in a higher top layer. For example, a child element of a popover with position: absolute would have the top layer root element (the popover) as a containing block, and would not be able to be positioned. If it is fixed, its containing block would be the viewport, and then can be positioned.
I'd propose changing the point to positioned el is in a higher top layer than possible anchor and positioned el's containing block is the viewport or initial containing block.
The text was updated successfully, but these errors were encountered:
Currently, the spec for Finding an anchor only requires that a
positioned el is in a higher top layer than possible anchor
for an element in a top layer to be an acceptable anchor.However, there are also containing block rules for the positioned el, even if it is in a higher top layer. For example, a child element of a popover with
position: absolute
would have the top layer root element (the popover) as a containing block, and would not be able to be positioned. If it is fixed, its containing block would be the viewport, and then can be positioned.I'd propose changing the point to
positioned el is in a higher top layer than possible anchor and positioned el's containing block is the viewport or initial containing block.
The text was updated successfully, but these errors were encountered: