Add a "footnote" role.
authorJoanmarie Diggs <jdiggs@igalia.com>
Fri, 19 May 2017 07:58:16 +0000 (09:58 +0200)
committerJoanmarie Diggs <jdiggs@igalia.com>
Fri, 19 May 2017 10:28:27 +0000 (12:28 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=782820

atspi/atspi-constants.h

index 0c6a5eb..b1c9eb5 100644 (file)
@@ -1193,6 +1193,7 @@ typedef enum {
  * The values within a group are alternatives, meaning that you can have
  * several @ATSPI_ROLE_DESCRIPTION_VALUE objects for a given
  * @ATSPI_ROLE_DESCRIPTION_TERM. @Since: 2.26.
+ *@ATSPI_ROLE_FOOTNOTE: An object that contains the text of a footnote. @Since: 2.26.
  * @ATSPI_ROLE_LAST_DEFINED: Not a valid role, used for finding end of
  * enumeration.
  *
@@ -1325,6 +1326,7 @@ typedef enum {
     ATSPI_ROLE_DESCRIPTION_LIST,
     ATSPI_ROLE_DESCRIPTION_TERM,
     ATSPI_ROLE_DESCRIPTION_VALUE,
+    ATSPI_ROLE_FOOTNOTE,
     ATSPI_ROLE_LAST_DEFINED,
 } AtspiRole;
 
@@ -1333,7 +1335,7 @@ typedef enum {
  *
  * One higher than the highest valid value of #AtspiRole.
  */
-#define ATSPI_ROLE_COUNT (124+1)
+#define ATSPI_ROLE_COUNT (125+1)
 
 typedef enum
 {