[css-grid] Should calc(1fr) be invalid? #6989
Labels
Closed as Question Answered
Used when the issue is more of a question than a problem, and it's been answered.
css-grid-1
css-grid-2
Subgrid; Current Work
css-grid-3
Masonry Layout
Uh oh!
There was an error while loading. Please reload this page.
Testcase: https://codepen.io/leaverou/pen/dyZPoRz
Right now, all browsers seem to be treating any
fr
incalc()
as invalid, evencalc(1fr)
, which is unfortunate, since usingcalc()
to calculate the ratio between grid columns is quite useful. E.g. my use case went something like:Is this per spec, or is it just a misunderstanding of this note by implementors?
The text was updated successfully, but these errors were encountered: