aria-at icon indicating copy to clipboard operation
aria-at copied to clipboard

Feedback: "Open a collapsed select-only combobox to the last option in interaction mode" (Select Only Combobox Example, Test 17)

Open jongund opened this issue 2 years ago • 3 comments

Description of Behavior

Is "not selected" suppose to be explicitly announced, it seems that this would be overly verbose, since most items in the list re typically not selected.

Test Setup

Review Conflicts for "Open a collapsed select-only combobox to the last option in interaction mode"

  1. Assertion Results for "End" Command and "Role of the popup ('listbox') is conveyed" Assertion

    • Tester jha11y recorded output "expanded Favorite Fruit list Huckleberry not selected 13 of 13" and marked assertion as failing with incorrect output.
    • Tester jongund recorded output "expanded Favorite Fruit list Huckleberry not selected 13 of 13 " and marked assertion as passing.

jongund avatar Mar 03 '22 21:03 jongund

I agree that this example causes overly verbose speech, because of each item being reported as "not selected". But, that is down to how the example is coded, to explicitly divert from the behaviour of a standard <select> on Windows where selection usually follows focus. To fix that, if indeed it is seen as a flaw, the example would need to be modified. The screen reader should convey "not selected" state, because it has no idea about whether that state is or is not relevant to the user for any particular widget.

jscholes avatar Mar 03 '22 22:03 jscholes

so the assertion says that not selected state is announced which it is, so I'm confused as how this can be failing. It may be overly verbose, but the output matches the assertion. Am I missing something?

jha11y avatar Mar 10 '22 20:03 jha11y

This issue also has the reverse issue of saying "selected", when selection follows focus this could be annoying. The current test plan requires some tests, for example test 8, to announce "selected", but NVDA is not announcing it.

jongund avatar Mar 10 '22 21:03 jongund