Bug 161233
| Summary: | [css-align] Initial values of some alignment properties are invalid for Flexbox | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Javier Fernandez <jfernandez> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | jfernandez, simon.fraser |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Javier Fernandez
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Javier Fernandez
*** This bug has been marked as a duplicate of bug 161303 ***