Joey Arhar
Joey Arhar
closing due to lack of feedback
> I.e. the ``s here only contain SVGs and images, and no (non-foreign-context) text nodes. Will the browser's autofill system be able to find the "Alabama" option? In the case...
Thanks @r12a, I will use [your examples](https://github.com/openui/open-ui/issues/600#issuecomment-1404784381) as a guide to implement this behavior. Given that we have these examples as a goal and [the resolution to make selectmenu respect...
That "should" or "must" is in the CSS spec so that should be opened as a CSSWG issue, right? Has an issue been opened?
I filed a csswg issue: https://github.com/w3c/csswg-drafts/issues/8633
Now that we are going to reuse the select element instead of creating a new selectmenu/selectlist element in response to apple feedback, my plan is still the same: support writing-mode...
This is enabled by default in chrome 124
@nt1m maybe you're interested in this?
> Has it been discussed whether they should match other pickers besides select, like color pickers, date pickers, etc.? Basically all the things that showPicker() triggers. That sounds great! I...
> As far as I understand the reason showPicker() doesn't return a success boolean was because browsers explicitly didn't want to "leak" the information about whether they show a picker...