Merge pull request #114449 from ndarilek/a11y-regions
GUI: Add accessibility region role for landmark navigation
This commit is contained in:
commit
2450bb0c75
13 changed files with 57 additions and 2 deletions
|
|
@ -2785,6 +2785,9 @@
|
|||
<constant name="ROLE_TOOLTIP" value="45" enum="AccessibilityRole">
|
||||
Tooltip element.
|
||||
</constant>
|
||||
<constant name="ROLE_REGION" value="46" enum="AccessibilityRole">
|
||||
Region/landmark element. Screen readers can navigate between regions using landmark navigation.
|
||||
</constant>
|
||||
<constant name="POPUP_MENU" value="0" enum="AccessibilityPopupType">
|
||||
Popup menu.
|
||||
</constant>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue