- From: php4fan via GitHub <sysbot+gh@w3.org>
- Date: Tue, 19 Mar 2024 21:50:15 +0000
- To: public-css-archive@w3.org
php4fan has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-flexbox]: flex-direction: what about "bustrophedon" rows and columns?? == For `flex-direction` we have these possible values: ``` row | row-reverse | column | column-reverse ``` There's an obvious need for "bustrophedon"-like values. I have no idea how they should be called, but there should obviously be four more values. I'll use made-up names: - **row-alternate**: rows, the first row as in `row`, the second as in `row-reverse`, the third again as in `row`, etc. - **row-reverse**: same but starting with as in `row-reverse` - **column-alternate**: columns, the first column as in `column`, the second as in `column-reverse`, etc. - **column-alternate-reverse**: same but starting as in `column-reverse` I can't believe these don't already exist. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10100 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 19 March 2024 21:50:16 UTC