ARIA 1.0 Test Case: Listbox role with multiseclect

Option 1
Option 2 (test for selected)
Option 3 (test for selected)
Option 4

Description

A DIV element with role role "listbox" has an aria-multiselect attribute set to "true". Two of the four child "div" elements with the role "option" have the "aria-selected" attribute set to "true".

Accessibility API Mappings

MSAA + UIA Express

Expose STATE_SYSTEM_SELECTED; Expose STATE_SYSTEM_SELECTABLE

MSAA + IAccessible2

Expose STATE_SYSTEM_SELECTED and STATE_SYSTEM_SELECTABLE for each of the elements with role option

UIA

Expose IsSelected property in SelectionItem Control Pattern. The availability of the SelectionItem Control Pattern indicates the item is selectable.

ATK/AT-SPI

Expose STATE_SELECTED on each of the elements with role option.

AXAPI

AXSelected:Yes on option 2 and 3 and AXSelected:No on option 1 and 4