- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Wed, 01 Apr 2026 23:17:57 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-forms-1] does select use correct writing-mode for positioning?`, and agreed to the following: * `RESOLVED: Change select picker positioning (position-area + try fallbacks) to use self-block-start / self-inline-start rather than block-start / inline-start` <details><summary>The full IRC log of that discussion</summary> <emilio> fantasai: there's a demo from adam argyle with a bunch of select menus on different languages<br> <emilio> ... one of the things we noticed was that the positioning of the dropdown should be align with the select itself rather than the WM of the containing block<br> <emilio> ... which could be the viewport<br> <emilio> ... if you have mixed languages you probably want to position the select to the select itself<br> <TabAtkins> Definitely, yes<br> <emilio> ... so rather than using block-start / inline-start, should use `self-block-start` / `self-inline-start`?<br> <emilio> ... that's my proposal<br> <emilio> +1<br> <TabAtkins> q+<br> <emilio> ack fantasai<br> <Zakim> fantasai, you wanted to mention control-value()<br> <emilio> ack TabAtkins<br> <emilio> TabAtkins: they more explicit they should be using the select's writing-mode, but that's not expressible atm<br> <emilio> ... so that's correct<br> <emilio> emilio: agreed<br> <emilio> PROPOSED: Change select picker positioning (position-area + try fallbacks) to use self-block-start / self-inline-start rather than block-start / inline-start<br> <emilio> RESOLVED: Change select picker positioning (position-area + try fallbacks) to use self-block-start / self-inline-start rather than block-start / inline-start<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13738#issuecomment-4173520723 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 1 April 2026 23:17:58 UTC