Skip to content

Commit

Permalink
Merge branch 'landmarkrole'
Browse files Browse the repository at this point in the history
  • Loading branch information
asurkov committed Aug 24, 2016
2 parents c5b43ab + 6b75989 commit 1135ce0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions api/AccessibleRole.idl
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,12 @@ enum IA2Role {
to the main content. If the complementary content is completely separable main
content, it may be appropriate to use a more general role.
*/
IA2_ROLE_COMPLEMENTARY_CONTENT

IA2_ROLE_COMPLEMENTARY_CONTENT,

/** An object representing a navigational landmark, a region on a page to
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

};

0 comments on commit 1135ce0

Please sign in to comment.