[csswg-drafts] another options beside of `column` and `row` for `flex-direction` and `flex-auto-flow` (#3622)

perymimon has just created a new issue for https://github.com/w3c/csswg-drafts:

== another options  beside of `column` and `row` for `flex-direction` and `flex-auto-flow`  ==
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](https://drafts.csswg.org/css-grid-1/#grid-auto-flow-property)
[flex-direction](https://drafts.csswg.org/css-flexbox-1/#flex-direction-property)

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3622 using your GitHub account

Received on Thursday, 7 February 2019 17:27:11 UTC