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

Unified Diff: Source/core/accessibility/AXObject.h

Issue 629003003: Adding roles in Blink side to expose menuitemcheckbox & menuitemradio role with correct IA2 role. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
Index: Source/core/accessibility/AXObject.h
diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h
index cdef8da69fec9fe9e33bfbb9680d6e9d671bacfb..c1a4d917ee6718e1f64066211db73c9e808e4181 100644
--- a/Source/core/accessibility/AXObject.h
+++ b/Source/core/accessibility/AXObject.h
@@ -120,6 +120,8 @@ enum AccessibilityRole {
MenuBarRole,
MenuButtonRole,
MenuItemRole,
+ MenuItemCheckBoxRole,
+ MenuItemRadioRole,
MenuListOptionRole,
MenuListPopupRole,
MenuRole,

Powered by Google App Engine
This is Rietveld 408576698