Bug 172711
Summary: | [css-align] 'auto' is invalid for justify-items | ||
---|---|---|---|
Product: | WebKit | Reporter: | Javier Fernandez <jfernandez> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | emilio, jfernandez |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.chromium.org/p/chromium/issues/detail?id=726147 https://bugzilla.mozilla.org/show_bug.cgi?id=1363875 |
||
Bug Depends on: | 172712 | ||
Bug Blocks: |
Javier Fernandez
The 'auto' value has been renamed to 'legacy' (already supported keyword), so that when used by its own, it will use the inherited value (if any the legacy keyword) or 'normal otherwise.
https://github.com/w3c/csswg-drafts/issues/1318
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Javier Fernandez
The patch for bug #172712 fixed this issue too, so closing.