[webkit-dev] Adding ENABLE_SCROLL_SNAP to WebCore

Wenson Hsieh wenson_hsieh at apple.com
Wed Jun 25 10:47:04 PDT 2014


Hi WebKit Developers!

My name is Wenson, and I’m an intern on the layout & rendering team. I wanted to let you know that I plan on adding support for snap points in CSS to WebKit. Snap points is a CSS feature that allows web pages to specify certain positions in a document as snap points. Upon scrolling near these snap points, the user will automatically “snap” to the closest point — check out http://dev.w3.org/csswg/css-snappoints for the tentative spec. My patch will be enclosed in #if ENABLE(CSS_SCROLL_SNAP). Snap points is currently only supported by IE11 on Windows 8, under the property -ms-scroll-snap-points-.

See https://bugs.webkit.org/show_bug.cgi?id=134283 for the main Bugzilla issue. I look forward to hearing your feedback!

Thank you,
Wenson Hsieh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20140625/cc30f1ee/attachment.html>


More information about the webkit-dev mailing list