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

Unified Diff: chrome/browser/browser_accessibility.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 | « no previous file | webkit/glue/glue_accessibility_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_accessibility.cc
===================================================================
--- chrome/browser/browser_accessibility.cc (revision 24464)
+++ chrome/browser/browser_accessibility.cc (working copy)
@@ -580,6 +580,8 @@
case WebAccessibility::ROLE_LIST:
case WebAccessibility::ROLE_LISTBOX:
return ROLE_SYSTEM_LIST;
+ case WebAccessibility::ROLE_LISTITEM:
+ return ROLE_SYSTEM_LISTITEM;
case WebAccessibility::ROLE_MENUBAR:
return ROLE_SYSTEM_MENUBAR;
case WebAccessibility::ROLE_MENUITEM:
« no previous file with comments | « no previous file | webkit/glue/glue_accessibility_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698