Bug 164316 - [css-grid] minmax(auto, <flex>) should be serialized as <flex>
Summary: [css-grid] minmax(auto, <flex>) should be serialized as <flex>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Manuel Rego Casasnovas
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks: 60731
  Show dependency treegraph
 
Reported: 2016-11-02 04:02 PDT by Manuel Rego Casasnovas
Modified: 2016-11-14 14:31 PST (History)
4 users (show)

See Also:


Attachments
Patch (5.62 KB, patch)
2016-11-02 04:05 PDT, Manuel Rego Casasnovas
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rego Casasnovas 2016-11-02 04:02:31 PDT
Something like "minmax(auto, 2fr)" should be serialized as "2fr" and not "minmax(auto, 2fr)".
The expected behavior has been clarified here: https://github.com/w3c/csswg-drafts/issues/529
Comment 1 Manuel Rego Casasnovas 2016-11-02 04:05:14 PDT
Created attachment 293653 [details]
Patch
Comment 2 Sergio Villar Senin 2016-11-02 04:36:35 PDT
Comment on attachment 293653 [details]
Patch

Nice.
Comment 3 WebKit Commit Bot 2016-11-02 05:43:21 PDT
Comment on attachment 293653 [details]
Patch

Clearing flags on attachment: 293653

Committed r208277: <http://trac.webkit.org/changeset/208277>
Comment 4 WebKit Commit Bot 2016-11-02 05:43:24 PDT
All reviewed patches have been landed.  Closing bug.