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

Unified Diff: webkit/glue/glue_accessibility_object.cc

Issue 173488: Adds support for WAI-ARIA role option, by adding exposure of MSAA role ROLE_S... (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 | « chrome/browser/browser_accessibility.cc ('k') | webkit/glue/webaccessibility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/glue_accessibility_object.cc
===================================================================
--- webkit/glue/glue_accessibility_object.cc (revision 24464)
+++ webkit/glue/glue_accessibility_object.cc (working copy)
@@ -391,6 +391,8 @@
return WebAccessibility::ROLE_LIST;
case WebCore::ListBoxRole:
return WebAccessibility::ROLE_LISTBOX;
+ case WebCore::ListBoxOptionRole:
+ return WebAccessibility::ROLE_LISTITEM;
case WebCore::MenuBarRole:
return WebAccessibility::ROLE_MENUBAR;
case WebCore::MenuButtonRole:
« no previous file with comments | « chrome/browser/browser_accessibility.cc ('k') | webkit/glue/webaccessibility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698