Skip to content

[css-grid-1] Add more directional values to grid-auto-flow #3622

@perymimon

Description

@perymimon

please consider to normalize grid-auto-flow with all value of flex-direction meen add row-reverse and column-reverse

and consider also to add the following values or similar with the same meaning to the spec:

longest-dimension : for auto flow to column or row the longest one;
shortest-dimension: for auto flow to column or row the shortest one;
longest-dimension-reverse : for auto flow to column or row the longest one but in reverse order;
shortest-dimension-reverse: for auto flow to column or row the shortest one but in reverse order;


grid-auto-flow-property
flex-direction

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions