[Webkit-unassigned] [Bug 134283] Implement CSS Scroll Snap Points Spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 15 17:14:29 PDT 2014


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





--- Comment #7 from Wenson Hsieh <wenson_hsieh at apple.com>  2014-08-15 17:14:37 PST ---
List of known issues with CSS snap points implementation:

- Rename the CSS_SCROLL_SNAP feature flag to CSS_SNAP_POINTS.

- Make WKWebView set deceleration to fast when didCommitLayerTree is called, rather than when scrolling will begin dragging.

- Account for insets on the iOS mainframe.

- Improve Mac snapping animations (also, improve their performance)

- In the spec, the repeat value begins counting from the "last point." We need to clarify what this means -- currently, the implementation starts counting from the furthest point, which would not be correct if the list of snap points is not sorted and our interpretation of "last point" is the last point specified by the user.

- Clarify what the expected behavior is when a snap point moves, disappears, or is added to the snap scrolling container.

Also see:

https://bugs.webkit.org/show_bug.cgi?id=135964
https://bugs.webkit.org/show_bug.cgi?id=135994
https://bugs.webkit.org/show_bug.cgi?id=135997
https://bugs.webkit.org/show_bug.cgi?id=136005

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list