-
Notifications
You must be signed in to change notification settings - Fork 746
Closed
Closed
Copy link
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-anchor-position-1
Description
With commit 184472e, as commented here:
I believe the new edit is missing the blurb about the possible anchor element's penultimate containing block, that it should either be statically-positioned, or absolutely-positioned and occurring after the positioned element.
As is, given:
<div id=abs-cb>
<div id=positioned-el></div>
<div id=penultimate-abspos>
<div id=anchor></div>
</div>
</div>
#anchor isn't absolutely positioned, and its containing block, #penultimate-abspos is a descendant of #abs-cb, which is the abspos containing block of #positioned-el, satisfying this condition. However, it's laid out after #positioned-el.
Metadata
Metadata
Assignees
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-anchor-position-1