WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 103311
104125
[CSS Grid Layout] Support track breadth mincontent and maxcontent
https://bugs.webkit.org/show_bug.cgi?id=104125
Summary
[CSS Grid Layout] Support track breadth mincontent and maxcontent
Julien Chaffraix
Reported
2012-12-05 07:58:30 PST
The grammar allows track breadth to be mincontent or maxcontent which we don't handle properly.
Attachments
Add attachment
proposed patch, testcase, etc.
Tony Chang
Comment 1
2012-12-05 12:20:16 PST
The spec says min-content and max-content. We already support -webkit-min-content and -webkit-max-content for things like height and width. I suspect what we should do is add min-content and max-content support for places where we already support -webkit-min-content and -webkit-max-content and only support min-content and max-content for grid. Then we can someday drop support for the -webkit prefix versions.
Julien Chaffraix
Comment 2
2012-12-11 17:19:57 PST
(In reply to
comment #1
)
> The spec says min-content and max-content. We already support -webkit-min-content and -webkit-max-content for things like height and width. > > I suspect what we should do is add min-content and max-content support for places where we already support -webkit-min-content and -webkit-max-content and only support min-content and max-content for grid. Then we can someday drop support for the -webkit prefix versions.
We discussed this further with Tony and agreed to use the existing prefixed version, under the contract that we should also unprefix them when we unprefix grid.
Julien Chaffraix
Comment 3
2013-02-22 13:17:08 PST
This was handled as part of the more general
bug 103311
(handle minmax track sizing). *** This bug has been marked as a duplicate of
bug 103311
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug