[Webkit-unassigned] [Bug 128372] [CSS Grid Layout] handle undefined RemainingSpace in computeUsedBreadthOfGridTracks algorithm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 18 11:56:53 PST 2014


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





--- Comment #3 from Dave Hyatt <hyatt at apple.com>  2014-02-18 11:54:04 PST ---
(From update of attachment 223649)
Also, do you not have a renderer? Checking styles for floating and absolute is weird, since you don't know for sure that they applied. The RenderObject bits are better, i.e., isFloating() and isPositioned. We even have a helper function to test both at once.

-- 
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