ARIA 1.0 Test Case 768
Item 1
Item 2
Item 3
Item 4
Description
A div element with the role='list' with four child div elements with with the role='listitem' with a aria-level='2'.
Expected Results
MSAA + UIA Express
- role="list": ROLE_SYSTEM_LIST + STATE_SYSTEM_READONLY
- role="listitem": ROLE_SYSTEM_LISTITEM + STATE_SYSTEM_READONLY
- LegacyIAccessible.Description will be in the form X of Y,
where X is the position in list and Y = 4
- Expose level=1 in AriaProperites for list items
MSAA + IAccessible2
- role="list": ROLE_SYSTEM_LIST + STATE_SYSTEM_READONLY
- role="listitem": ROLE_SYSTEM_LISTITEM + STATE_SYSTEM_READONLY
- The structure should be reflected in the accessibility tree as directed by aria-posinset.
- function groupPosition() should be available and have the following results:
- groupLevel: 2
- similarItemsInGroup: 4
- positionInGroup: position in list
UIA
- role="list": List
- role="listitem": Listitem
- LegacyIAccessible.Description will be in the form X of Y,
where X is the position in list and Y = 4
- Expose level=1 in AriaProperites for list items
ATK/AT-SPI
- role="list": ROLE_LIST and STATE_EDITABLE is not exposed
- role="listitem": ROLE_LISTITEM and STATE_EDITABLE is not exposed
- setsize: 4
- posinset: position in list
- level: 2
AXAPI
- role="list": AXList and AXContentList = 'content list'
- role="listitem": AXGroup = nil
- AXARIASetSize: 4
- AXARIAPosInSet: position in list
- AXDisclosureLevel: 2