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

> I think `-webkit-order` must become an alias of `reading-order` or `layout-order`. I think it does not really matter but can you please tell me which one?

`-webkit-order` is an alias to `order`, which will become a shorthand for `reading-order` and `layout-order`. As far as I understand, for example, setting `order` (or `-webkit-order`) shortcut to `-1` will set `layout-order: -1` and `reading-order: 0`. This way it will keep all existing `order`s and `-webkit-order`s from changing reading order.

So, there’s no need to change anything, apart from implementing these two new properties. Please correct me if I’m wrong.

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


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

Received on Thursday, 12 January 2023 16:08:13 UTC