Joey Arhar

Results 497 comments of 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: ![Image](https://github.com/user-attachments/assets/a41af204-4656-41e7-9fbc-2835b827a311) iPhone: ![Image](https://github.com/user-attachments/assets/d4f503b5-ba6e-49a3-a4e9-2cbf7bf38bfe) Pixel: ![Image](https://github.com/user-attachments/assets/ec8b9dd0-2edf-4410-ae0e-703596408773)

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)