[Webkit-unassigned] [Bug 127033] New: [CSS Grid Layout] getComputedStyle() is wrong for grid-definition-{columns|rows}
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 15 01:01:40 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127033
Summary: [CSS Grid Layout] getComputedStyle() is wrong for
grid-definition-{columns|rows}
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: svillar at igalia.com
The specs[1] mandate us to return the used value instead of the specified value which was the one we were using. This requires to force a layout to compute the used values.
This means that we'll have to update a lot of test results.
[1] http://dev.w3.org/csswg/css-grid/#resolved-track-list
--
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