Skip to content

[css-grid] What is the computed value for a single value <flex> track sizing? #529

@MatsPalmgren

Description

@MatsPalmgren

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:

  1. the computed value should be minmax(auto, <flex>)
    or
  2. the computed value is <flex> but the used value for the min-sizing function is 'auto'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions