[Webkit-unassigned] [Bug 77566] [CSS Grid Layout] computed grid track sizes should be pixel values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 3 10:53:15 PST 2012


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


Julien Chaffraix <jchaffraix at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tabatkins at google.com




--- Comment #2 from Julien Chaffraix <jchaffraix at webkit.org>  2012-12-03 10:55:39 PST ---
This bug was filed because I didn't understand the different between "computed value" and "serialized value". What getComputedStyle returns is the "serialized value" and those are not covered by the grid spec.

I don't know what IE 10 returns but from a talk with Tab, it seems that what we do is right (ie if the value can be trivially serialized to an absolute value we do it, if not, return the value as applied).

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