- From: Di Zhang via GitHub <sysbot+gh@w3.org>
- Date: Tue, 20 May 2025 21:30:51 +0000
- To: public-css-archive@w3.org
Interesting use case. Right now, you can accomplish this by setting: ```HTML <div class="wrapper"> <a href="#">Item 1</a> <a href="#">Item 2</a> <a href="#" style="reading-order: -3">Item 3</a> <a href="#" style="reading-order: -2">Item 4</a> <a href="#" style="reading-order: -1">Item 5</a> </div> ``` IMO, CSS reading-order is meant for one off overriding of natural focus order to give web developers more flexibility. But overall, we shouldn't add too many features. Users should use CSS reading-flow or depend on the DOM order when appropriate. -- GitHub Notification of comment by dizhang168 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11208#issuecomment-2895880869 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 20 May 2025 21:30:52 UTC