Skip to content

Commit

Permalink
add IA2_ROLE_CONTENT_DELETION/INSERTION roles (LinuxA11y#5)
Browse files Browse the repository at this point in the history
* add IA2_ROLE_CONTENT_DELETION/INSERTION roles

Signed-off-by: Alexander Surkov <[email protected]>
  • Loading branch information
asurkov authored May 30, 2018
1 parent 0447f85 commit c15cfc1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions api/AccessibleRole.idl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* IAccessible2 IDL Specification
*
* Copyright (c) 2007, 2013 Linux Foundation
* Copyright (c) 2007, 2013, 2018 Linux Foundation
* Copyright (c) 2006 IBM Corporation
* Copyright (c) 2000, 2006 Sun Microsystems, Inc.
* All rights reserved.
Expand Down Expand Up @@ -302,5 +302,15 @@ enum IA2Role {
* 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
IA2_ROLE_LEVEL_BAR,

/** Content previously deleted or proposed for deletion, e.g. in revision
history or a content view providing suggestions from reviewers.
*/
IA2_ROLE_CONTENT_DELETION,

/** Content previously inserted or proposed for insertion, e.g. in revision
history or a content view providing suggestions from reviewers.
*/
IA2_ROLE_CONTENT_INSERTION
};

0 comments on commit c15cfc1

Please sign in to comment.