Closed
Bug 1456504
Opened 7 years ago
Closed 7 years ago
"grid-template-columns: repeat(auto-fit, minmax(150px, 1fr) minmax(150px, 1fr))" is rejected in Firefox
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1341507
People
(Reporter: dholbert, Unassigned)
Details
STR:
1. Load http://jsbin.com/pojepohuwe/edit?html,css,output
2. Look at rendering and compare to other browsers.
ACTUAL RESULTS:
3 columns of numbers in Chrome; 2-3 in Edge, space-permitting.
1 column in Firefox.
Not sure who's right. It looks like we're rejecting the grid-template-columns syntax, though, since it's crossed out in devtools:
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr) minmax(150px, 1fr));
Mats, do you know what might be going on? I do see this in the spec:
> Automatic repetitions (auto-fill or auto-fit)
> cannot be combined with intrinsic or flexible sizes.
...so maybe we're rejecting due to that rule and the "1fr" usage here? Not sure. Maybe chrome needs a bug filed, if that's the case?
Reporter | ||
Comment 1•7 years ago
|
||
(This was reported via Twitter BTW: https://twitter.com/FirefoxDevTools/status/988680927806214144 )
Flags: needinfo?(mats)
Reporter | ||
Comment 2•7 years ago
|
||
(link for the spec-quote in comment 0: https://drafts.csswg.org/css-grid/#repeat-syntax )
Updated•7 years ago
|
Flags: needinfo?(mats)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Comment 4•7 years ago
|
||
Bug 1341507 might be a good project for an intern BTW.
You need to log in
before you can comment on or make changes to this bug.
Description
•