https://drafts.csswg.org/css-grid/#valdef-grid-template-columns-flex
"When appearing outside a minmax() notation, implies an automatic minimum (i.e. ''minmax(auto, <flex>)'')."
It's not clear to me if what "implies" means, is it:
- the computed value should be minmax(auto,
<flex>)
or
- the computed value is
<flex> but the used value for the min-sizing function is 'auto'