Bug 172711

Summary: [css-align] 'auto' is invalid for justify-items
Product: WebKit Reporter: Javier Fernandez <jfernandez>
Component: CSSAssignee: 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:    

Description Javier Fernandez 2017-05-30 06:52:25 PDT
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
Comment 1 Javier Fernandez 2018-02-09 07:16:35 PST
The patch for bug #172712 fixed this issue too, so closing.