Joey Arhar

Results 497 comments of Joey Arhar

Oh I didn't realize that this is already spelled out here: https://www.w3.org/WAI/ARIA/apg/patterns/menubar/ Thanks Scott, or whoever wrote this!

> how does one signify they are done choosing items? they have to know the last item they want to check they need to press Enter instead of space? They...

The MacOS system menubar closes when toggling a checkbox and so does the menubar apg pattern example, and neither of them have ok/cancel buttons.

I filed an issue about ok/cancel buttons for select multiple: https://github.com/openui/open-ui/issues/1217

Thanks for the feedback Luke! > Might be dumb but what does a custom element count as for the content model would they still render? Perhaps it would make the...

I'm thinking some more about this, and I remember @jcsteh saying that we should not make something that works for sighted users but doesn't work for screenreader users. I think...

> If we go this route, things are fixed, permanently. Whatever the content model is for "v1" customizable-select, it can never change, since that won't be web compatible. So this...

I just talked with @aleventhal and it seems that we have different takes on the discussion from TPAC. He suggested that we should have a denylist that looks like this:...

If the author wants to disable a button and use interestfor on it, can they just change styles on it to make it look disabled and turn off their own...

> Option 2 seems the least useful tbh (because customisation would be limited). We could expose a pseudo-element to target it, and you could display:none it to get the "option...