[Webkit-unassigned] [Bug 224326] New: [css-scroll-snap] Compute proximity information while snapping
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 8 05:57:48 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224326
Bug ID: 224326
Summary: [css-scroll-snap] Compute proximity information while
snapping
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Scrolling
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mrobinson at webkit.org
CC: simon.fraser at apple.com
Currently, snap proximity is calculated during layout with the creation of ranges of offsets where snapping occurs. This change tracks moving that calculation to snap time by replacing the snap offset ranges with information about the geometry of snap areas. Not only does this simplify the code, we are going to need information about the geometry of snap areas to follow the spec as it relates to snap areas that overflow the snapport and properly dealing with masonry layouts.
--
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/20210408/15f46928/attachment.htm>
More information about the webkit-unassigned
mailing list