Joey Arhar
Joey Arhar
Another question I have is if we have an ok/cancel/close button, what should the a11y role mappings be? For single select we have a menulist popup and change it to...
Some reasons to not provide ok/cancel buttons (option 3): - Users may expect light dismiss to commit the options - If there is an "ok" button, then the user has...
From the discussion with @keithamus in the joint meeting, it sounds like some authors will definitely want to have ok and cancel buttons, and customize light dismiss behavior to do...
I am still working towards making it easier for authors to create their own pickers for select elements in order to tackle the filtering use case: https://github.com/openui/open-ui/issues/847 With this in...
Based on discussions at tpac, it sounds like we can get `` with base appearance added to the html spec, so I want to get this issue resolved. I already...
Some images of the checkbox emojis mentioned above on different platforms: My linux computer:  iPhone:  Pixel: 
Proposed resolution: Keep the single-select styles which just show a checkmark for selected options and an empty space for not-selected options
I can give an update on customizable select with size and multiple attributes: - UseCounter for users actually using the `` popup on mobile doesn't have a lot of data...
I also just noticed this from the minutes: > scott: toolbar pattern is important because ? dont allow for quick navigation. toolbars do allow this. if someone wants to jump...
We are already calling the in-page new element a ``, so that is already the best name right? (Since we also want to avoid reusing the existing `` element)