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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 616473002: 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/src.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
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 9c447237734d3e326138cc17d4c5f08dc9abdd44..6f6e2fcc0910e67ea879585ed643d62f357e4375 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -80,6 +80,8 @@
combo_box,
complementary,
content_info,
+ date,
dmazzoni 2014/10/01 19:42:06 See this comment: // For new entries to the follo
+ date_time,
definition,
description_list_detail,
description_list_term,
@@ -170,6 +172,7 @@
table,
text_area,
text_field,
+ time,
timer,
title_bar,
toggle_button,

Powered by Google App Engine
This is Rietveld 408576698