Bug 161233 - [css-align] Initial values of some alignment properties are invalid for Flexbox
Summary: [css-align] Initial values of some alignment properties are invalid for Flexbox
Status: RESOLVED DUPLICATE of bug 161303
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 02:48 PDT by Javier Fernandez
Modified: 2016-08-30 13:50 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Fernandez 2016-08-26 02:48:45 PDT
It seems that some alignment properties, like align-self and align-items, have an initial value that is parsed as invalid. This is a problem because the parsing logic should prevent the value to be set, but since it's the initial value, it's set anyway.
Comment 1 Javier Fernandez 2016-08-30 13:50:42 PDT

*** This bug has been marked as a duplicate of bug 161303 ***