[csswg-drafts] [css-position][css-sticky] Should overflowing sticky element continue scrolling until meeting opposite offset?

jonjohnjohnson has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-position][css-sticky] Should overflowing sticky element continue scrolling until meeting opposite offset? ==
If a sticky element happens to be larger than it's scrollport and offset in the scrolling dimension, I'm guessing the lion's share of intent isn't what is represented in the spec and implementation. It currently sticks to the designated edge, continuing to hide/clip the overflowing edge until scrolling all the way to the other side of it's containing block.

Examples -> http://jsbin.com/fajosud/2

This feature might have more utility if...

When scrolling from an elements sticky edge, it continues to scroll until meeting its opposite offset value, then sticking, if it's height and offset value "overflows" it's scrollport.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2558 using your GitHub account

Received on Friday, 13 April 2018 08:07:20 UTC