Commit e260e9e2 authored by David Tseng's avatar David Tseng Committed by Commit Bot

Support the section role in ChromeVox

https://chromium-review.googlesource.com/c/chromium/src/+/1779430

introduced the section role, which is essentially just a region.
In particular, we want to honor its announcements when landing on one of their descendants (an output rule's enter rule); get this by making it inherit from abstractContainer.

R=dmazzoni@chromium.org

Fixed: 1075615
Change-Id: I920346c2423f1b24e300456ce585421a385776e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2168513Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Commit-Queue: David Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763546}
parent ae8953e4
......@@ -2274,6 +2274,7 @@ Output.ROLE_INFO_ = {
row: {msgId: 'role_row', inherits: 'abstractContainer'},
rowHeader: {msgId: 'role_rowheader', inherits: 'cell'},
scrollBar: {msgId: 'role_scrollbar', inherits: 'abstractRange'},
section: {msgId: 'role_region', inherits: 'abstractContainer'},
search: {msgId: 'role_search', inherits: 'abstractContainer'},
separator: {msgId: 'role_separator', inherits: 'abstractContainer'},
slider: {msgId: 'role_slider', inherits: 'abstractRange', earconId: 'SLIDER'},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment