Re: [csswg-drafts] [css-flexbox][css-grid] Providing authors with a method of opting into following the visual order, rather than logical order (#7387)

2d display throws some spanners in the works. These suggestion's aren't likely to be right, but I think you'd need some mechanism to achieve a similar thing:

`focus-order: source` - the default we have now.
`focus-order: flow` - in order of the language's document flow (e.g., left to right then top to bottom - row based)
`focus-order: cross-axis` - the cross axis of the document flow (e.g., top to bottom then left to right - column based)

-- 
GitHub Notification of comment by MattWilcox
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7387#issuecomment-1160107043 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 20 June 2022 08:02:07 UTC