[Webkit-unassigned] [Bug 104125] [CSS Grid Layout] Support track breadth mincontent and maxcontent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 12:17:49 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104125





--- Comment #1 from Tony Chang <tony at chromium.org>  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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list