[Webkit-unassigned] [Bug 145157] A scroller with "scroll-snap-coordinate" descendants needs interdependent X and Y snap offsets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 8 19:58:10 PDT 2015


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

yisibl <50167214 at qq.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |50167214 at qq.com

--- Comment #2 from yisibl <50167214 at qq.com> ---
We must support offset value(Firefox 39 also supported: https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-coordinate)

Like this:

scroll-snap-coordinate: top right 10px;
scroll-snap-coordinate: bottom 10px right 20px;

and scroll-snap-destination

scroll-snap-destination: top right 10px;
scroll-snap-destination: bottom 10px right 20px;

See also http://dev.w3.org/csswg/css-backgrounds-3/#position

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150709/9089646b/attachment-0001.html>


More information about the webkit-unassigned mailing list