[Webkit-unassigned] [Bug 145099] scroll-snap points should be be implemented as a container of coordinates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 18 21:04:36 PDT 2015


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

--- Comment #4 from Brent Fulgham <bfulgham at webkit.org> ---
(In reply to comment #3)
> (In reply to comment #2)
> > (In reply to comment #0)
> > > The downside of this approach is that very large grids would consume much
> > > more memory (i.e, we go from 2N memory use to N^2). However, I doubt that we
> > > will encounter scroll snap documents of sufficient size for this to be a
> > > problem.
> > 
> > Scary statement! What does the N used above represent?
> 
> N would be the number of elements contained inside the scroll region. E.g.,
> if we had a grid of photos or something, N would be the number of images.

Just to be more precise, each 'N' would probably represent a pair of float values representing the "scroll-snap-coordinate" of the element.

-- 
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/20150519/75df1baa/attachment.html>


More information about the webkit-unassigned mailing list