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

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

Issue 1022673003: Implementation of new roles added in ARIA 1.1 draft. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing change to latest Created 5 years, 9 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 | « Source/modules/accessibility/AXNodeObject.cpp ('k') | Source/modules/accessibility/AXObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXObject.h
diff --git a/Source/modules/accessibility/AXObject.h b/Source/modules/accessibility/AXObject.h
index 2dd6877f9998a97e9729262e2fd46e6c44304098..21061d1669ad8966f8f99bc2931fa6c7825ba2aa 100644
--- a/Source/modules/accessibility/AXObject.h
+++ b/Source/modules/accessibility/AXObject.h
@@ -143,6 +143,7 @@ enum AccessibilityRole {
ScrollBarRole,
SeamlessWebAreaRole, // No mapping to ARIA role
SearchRole,
+ SearchBoxRole,
SliderRole,
SliderThumbRole, // No mapping to ARIA role
SpinButtonPartRole, // No mapping to ARIA role
@@ -150,6 +151,7 @@ enum AccessibilityRole {
SplitterRole,
StaticTextRole, // No mapping to ARIA role
StatusRole,
+ SwitchRole,
TabGroupRole, // No mapping to ARIA role
TabListRole,
TabPanelRole,
« no previous file with comments | « Source/modules/accessibility/AXNodeObject.cpp ('k') | Source/modules/accessibility/AXObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698