Michael Messer
Michael Messer
Were you able to determine why this is so slow? I think it should only be making a few requests, so I would expect it to be significantly faster.
If I use: ```html A B C ``` in NVDA: I get `A not selected checked 1 of 3`. A similar issue occurs with JAWS. If I remove `aria-multiselectable="true"`, not...
My understanding of the current behavior of screen readers is that there are two ways to represent lists where multiple options can be chosen. With `aria-selected`: - Selected if the...
Also it appears that the 1.3 spec allows both `aria-selected` and `aria-checked` to be used at the same time: > Authors SHOULD NOT specify both [aria-selected](https://w3c.github.io/aria/#aria-selected) and [aria-checked](https://w3c.github.io/aria/#aria-checked) on [option](https://w3c.github.io/aria/#option)...
Is there an update? As far as I can tell, it still isn't clear.