- From: Tab Atkins Jr. via GitHub <noreply@w3.org>
- Date: Fri, 12 Sep 2025 22:31:09 +0000
- To: public-css-archive@w3.org
We do have a consistent rule, fwiw: the `self` goes before the *logical* parts of the keyword, as that's what it affects. That is, "start" is a direction, and "self-start" is a direction, thus `x-self-start`. Similarly, "inline" and "self-inline" are both axises (but we dont' want to repeat ourselves and say "self-" twice, since we're guaranteed to draw the entire direction from only one box anyway). But I've got no problem with reinterpreting this a little and pulling the "self-" to the front in all cases, so that we consider "x-start" the direction and possibly prepend a "self-" modifier, etc. So yeah, I'm cool with this change. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12749#issuecomment-3287008685 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 12 September 2025 22:31:12 UTC