JAWS-test

Results 396 comments of JAWS-test

Your link to the example is false. Do you mean one example from: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/ ? If yes: Which one?

This is a Firefox Bug. Firefox does not submit the value to the Accessibility API. Thus, the problem also occurs with other screen readers, e.g. JAWS. Please file a ticket...

See: https://github.com/w3c/aria-practices/issues/2060#issuecomment-1075459444

The ARIA examples do not always follow the browser or HTML standard, because this standard may not be easily accessible (see listbox with multiple selection). Therefore, for the radio button...

@jorycunningham Yes, I understand your arguments. However, I think the problem is minor because * you rarely navigate backwards (SHIFT+TAB) * it doesn't make much difference whether the first or...

I can only support that. I was very scared when one day the layout grid examples were published on the APG site. They contradicted everything I had previously explained to...

@mraccess77 I think it would be good to have such an example and would be in favour of leaving the issue open.

I think there are several options: * New ARIA role splitbutton (this role exists for native splitbuttons in UIA: https://docs.microsoft.com/en-us/windows/win32/winauto/uiauto-supportsplitbuttoncontroltype, I don't know if it exists in other APIs). *...

I consider aria-hidden to be very useful for labels because it prevents a label from being output multiple times when reading linearly with the screen reader: * once at the...

Your objections are not only valid for aria-hidden, but also for hidden. So the question would be what hidden content in the label should be good for... My example leads...