Re: [csswg-drafts] [css-position] Sticky positioning when constraining flow box is not in containing block chain (#3185)

Definitely can reproduce properly, I see how when you load your test case and don't scroll anything, the resting position of your aqua "sticky" block, which is a child of the yellow fixed element, is constrained by the top of the "scroll" container in blink, but not in gecko or webkit.

All I'm saying with having the body scroll by adding `body {min-height: 120vh;}` is that it allows us to visualize how that containment behaves as you scroll in blink. Scrolling "scroll" in any browser doesn't show any sticky movement as far as I can see.

The case I'd posted just shows a *benefit of blinks behavior in sticky chaining through fixed position as well as transforms (related to #3186).

-- 
GitHub Notification of comment by jonjohnjohnson
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3185#issuecomment-452821535 using your GitHub account

Received on Wednesday, 9 January 2019 19:16:26 UTC