Skip to content

Commit

Permalink
Add IA2_ROLE_LEVEL_BAR role (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
asurkov authored Jan 31, 2018
1 parent a7160b2 commit 0447f85
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion api/AccessibleRole.idl
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@ enum IA2Role {
which the user may want quick access, such as a navigation area, a search
facility or the main content of a page.
*/
IA2_ROLE_LANDMARK
IA2_ROLE_LANDMARK,

/**
* A bar that serves as a level indicator to, for instance, show
* the strength of a password or the charge of a battery.
*/
IA2_ROLE_LEVEL_BAR
};

0 comments on commit 0447f85

Please sign in to comment.