Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: webkit/glue/webaccessibility.h

Issue 174382: Adds support for WAI-ARIA roles application, document, radiogroup, region, se... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/glue/glue_accessibility_object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webaccessibility.h
===================================================================
--- webkit/glue/webaccessibility.h (revision 24199)
+++ webkit/glue/webaccessibility.h (working copy)
@@ -65,6 +65,7 @@
// conversion to its own roles (see e.g. BrowserAccessibility::get_accRole and
// BrowserAccessibility::MSAARole).
enum Role {
+ ROLE_APPLICATION,
ROLE_CELL,
ROLE_CHECKBUTTON,
ROLE_CLIENT,
@@ -86,11 +87,14 @@
ROLE_RADIOBUTTON,
ROLE_ROW,
ROLE_ROWHEADER,
+ ROLE_SEPARATOR,
ROLE_SLIDER,
ROLE_STATICTEXT,
+ ROLE_STATUSBAR,
ROLE_TABLE,
ROLE_TEXT,
- ROLE_TOOLBAR
+ ROLE_TOOLBAR,
+ ROLE_TOOLTIP
};
// This defines an enumeration (in alphabetical order) of the supported
« no previous file with comments | « webkit/glue/glue_accessibility_object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698