diff options
Diffstat (limited to '')
-rw-r--r-- | accessible/interfaces/nsIAccessibleRole.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/accessible/interfaces/nsIAccessibleRole.idl b/accessible/interfaces/nsIAccessibleRole.idl index 9c3376ab48..192f93f01d 100644 --- a/accessible/interfaces/nsIAccessibleRole.idl +++ b/accessible/interfaces/nsIAccessibleRole.idl @@ -806,4 +806,11 @@ interface nsIAccessibleRole : nsISupports * by using methods of two-dimensional navigation. */ const unsigned long ROLE_GRID = 138; + + /** + * Represents a structure containing one or more row elements in a tabular + * container. It is the structural equivalent to the thead, tfoot, and tbody + * elements in an HTML table element. + */ + const unsigned long ROLE_ROWGROUP = 139; }; |