[Webkit-unassigned] [Bug 103311] [CSS Grid Layout] Implement support for minmax track sizing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 22 13:16:48 PST 2013


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





--- Comment #2 from Julien Chaffraix <jchaffraix at webkit.org>  2013-02-22 13:19:11 PST ---
Relevant comment from the duplicated bug (https://bugs.webkit.org/show_bug.cgi?id=104125#c2):

(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.

-- 
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