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

Unified Diff: public/web/WebAXEnums.h

Issue 615773002: Expose IA and IA2 role and state for HTML input type attributes related to date and time.(re-land) (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/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAXEnums.h
diff --git a/public/web/WebAXEnums.h b/public/web/WebAXEnums.h
index d453d9934a624ae69781f30389f530864a22b17a..0bfc608564ec8183644a8d64cb95544c75a3c3fa 100644
--- a/public/web/WebAXEnums.h
+++ b/public/web/WebAXEnums.h
@@ -90,6 +90,8 @@ enum WebAXRole {
WebAXRoleComboBox,
WebAXRoleComplementary,
WebAXRoleContentInfo,
+ WebAXRoleDate,
+ WebAXRoleDateTime,
WebAXRoleDefinition,
WebAXRoleDescriptionListDetail,
WebAXRoleDescriptionListTerm,
@@ -178,6 +180,7 @@ enum WebAXRole {
WebAXRoleTable,
WebAXRoleTextArea,
WebAXRoleTextField,
+ WebAXRoleTime,
WebAXRoleTimer,
WebAXRoleToggleButton,
WebAXRoleToolbar,
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698