ISSUE-618: MSAA selection event mapping for single selection case when item becomes unselected
Selection event for MSAA mappings for single selection case
MSAA selection event mapping for single selection case when item becomes unselected
- State:
- CLOSED
- Product:
- ARIA 1.1 Test Plan
- Raised by:
- Joseph Scheuhammer
- Opened on:
- 2013-09-18
- Description:
- Context: http://www.w3.org/WAI/PF/aria-implementation/#mapping_events_selection
- see the first table for single selection events
- the cell for MSAA.
Based on a discussion with Alex Surkov (Mozilla), in addition to what is specified for MSAA, there is a SELECTIONREMOVE event when an item becomes unselected.
> ... [the table]
> misses the case when item may be unselected in single selection select
> (no SELECTION event but SELECTIONREMOVE event is expected).
- Related Actions Items:
ACTION-1371 on Cynthia Shelly to Investigate what ie does for single selection container when item becomes unselected, and create a test case (issue-618). - due 2014-06-10, closedACTION-1457 on Cynthia Shelly to Ask Michael to create 1.1 testharness - due 2014-07-03, closedACTION-2121 on Joseph Scheuhammer to Correct the atk/at-spi entries in seciton 5.8.3 for single selection and multiple selection when the selection is removed. - due 2016-10-25, closedACTION-2129 on Richard Schwerdtfeger to Deal with Cynthia's test file referenced in issue-618 - due 2017-01-24, closed- Related emails:
- No related emails
Related notes:
When aria-selected is set to true in script, this event fires:UIA:AutomationEvent [SelectionItem_ElementSelected], ControlType:UIA_ListItemControlTypeId (0xC357), LocalizedControlType:"option", Name:"Placeholder content",
When aria-selected is set to false in script, this event fires:
UIA:AutomationEvent [SelectionItem_ElementRemovedFromSelection]ControlType:UIA_ListItemControlTypeId (0xC357), LocalizedControlType:"option", Name:"Placeholder content",
I have created a new test file for this. We need to create a spec and test suite for CAAM 1.1 in https://www.w3.org/WAI/PF/testharness/. I want to sync with the team before doing that. Will upload once there’s a spot for it. I sent it to the list so it won't get lost. http://lists.w3.org/Archives/Public/wai-xtech/2014Jun/0007.html
Cynthia Shelly, 10 Jun 2014, 19:57:04closed as a result of closing action 2129. We have event test capability in the ARIA test harness wiki.
Richard Schwerdtfeger, 20 Apr 2017, 19:45:28Display change log