- From: Amelia Bellamy-Royds via GitHub <sysbot+gh@w3.org>
- Date: Mon, 06 May 2019 21:34:34 +0000
- To: public-css-archive@w3.org
[`order`](https://drafts.csswg.org/css-flexbox-1/#propdef-order) is only supposed to be used for layout, not for "sorting" or anything that changes the intended reading order of content: > **Authors _must_ use order only for visual, not logical, reordering of content. Style sheets that use order to perform logical reordering are non-conforming.** If you want a solution to make it easier to re-order a list in a way that actually re-orders it from a (possibly flattened) DOM perspective, you need to take it up with HTML/DOM. E.g., see https://github.com/whatwg/dom/issues/586 for one proposal. -- GitHub Notification of comment by AmeliaBR Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3895#issuecomment-489787583 using your GitHub account
Received on Monday, 6 May 2019 21:34:35 UTC