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

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

Issue 612063002: Expose IA and IA2 role and state for HTML input type attributes related to date and time. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/core/accessibility/AXNodeObject.cpp ('k') | Source/core/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXObject.h
diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h
index de73bb9f14599d03503bac7cf8fd766776666f46..f02a02788e38291b460e29e730063fce788e7c4e 100644
--- a/Source/core/accessibility/AXObject.h
+++ b/Source/core/accessibility/AXObject.h
@@ -78,6 +78,8 @@ enum AccessibilityRole {
ComboBoxRole,
ComplementaryRole,
ContentInfoRole,
+ DateRole,
+ DateTimeRole,
DefinitionRole,
DescriptionListDetailRole,
DescriptionListRole,
@@ -167,6 +169,7 @@ enum AccessibilityRole {
TableRole,
TextAreaRole,
TextFieldRole,
+ TimeRole,
TimerRole,
ToggleButtonRole,
ToolbarRole,
« no previous file with comments | « Source/core/accessibility/AXNodeObject.cpp ('k') | Source/core/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698