- From: Di Zhang via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Feb 2025 21:55:12 +0000
- To: public-css-archive@w3.org
The edits so far looks great! 1. Does `source` mean the source DOM order or is this the visual order within flex/grid container? I think `source` is unnecessary. We should either encourage users to avoid reading-flow if they want DOM order or to specifically use `gird-order`/etc for visual order. 3. I think it is clear that 0 is resets back to normal and this property works best by being similar to `order`. From an algorithmic point of view, we should first sort all reading flow items by the `reading-flow` property. Then, this list will be sorted again by `reading-order` value, with each item either having the value set or will be defaulted to 0. -- GitHub Notification of comment by dizhang168 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11208#issuecomment-2638107116 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 February 2025 21:55:12 UTC