Bug 172711 - [css-align] 'auto' is invalid for justify-items
Summary: [css-align] 'auto' is invalid for justify-items
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 172712
Blocks:
  Show dependency treegraph
 
Reported: 2017-05-30 06:52 PDT by Javier Fernandez
Modified: 2018-02-09 07:16 PST (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 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.