[Webkit-unassigned] [Bug 227300] Mandatory scroll snapping doesn't work correctly in tables with position:sticky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 7 02:16:25 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=227300

--- Comment #8 from Martin Robinson <mrobinson at webkit.org> ---
This seems to be the relevant specification in this case:
https://drafts.csswg.org/css-position-3/#stickypos-scroll

> For the purposes of any operation targeting the scroll position
> of a sticky positioned element (or one of its descendants), the sticky 
> positioned element must be considered to be positioned at its initial
> (non-offsetted) position

My reading of this is that regardless of the whether asynchronous overflow scrolling is on, we should use the original (non-offsetted) position of the sticky-positioned element for the snap point.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210707/6158d0e4/attachment.htm>


More information about the webkit-unassigned mailing list