[Webkit-unassigned] [Bug 161303] New: [css-align] Initial values are parsed as invalid for some Alignment properties
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 28 15:52:29 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161303
Bug ID: 161303
Summary: [css-align] Initial values are parsed as invalid for
some Alignment properties
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jfernandez at igalia.com
Created attachment 287241
--> https://bugs.webkit.org/attachment.cgi?id=287241&action=review
Test case to reproduce the issue.
The CSS Box Alignment specification defines a new syntax for align-self/align-items, justify-self/justify-items and align-content/justify-content CSS properties. This new syntax include new values, some of them not valid following the old syntax defined in the CSS Flexible box specification for some of these properties.
Due to the patch landed for fixing bug #151591 we are now sure that the parsing logic for the new syntax is only used when the CSS Grid Layout is enabled, since this new layout model defines its alignment procedures based on the mentioned CSS properties.
So, the case is that for some properties, like align-items in the attached test case, the initial value is parsed as invalid.
--
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/20160828/a8118fab/attachment-0001.html>
More information about the webkit-unassigned
mailing list