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

Unified Diff: third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/roles.js

Issue 1257313003: Update Google Input Tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Free up grd resources. Created 5 years, 5 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: third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/roles.js
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/roles.js b/third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/roles.js
index a282cc2d861b68265ca2073725bdcbbf4d4b1e0f..1ecbc1d4b950bdab1c3bab6394d7fddb43972a1f 100644
--- a/third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/roles.js
+++ b/third_party/google_input_tools/third_party/closure_library/closure/goog/a11y/aria/roles.js
@@ -196,6 +196,9 @@ goog.a11y.aria.Role = {
// ARIA role for a textbox element.
TEXTBOX: 'textbox',
+ // ARIA role for a textinfo element.
+ TEXTINFO: 'textinfo',
+
// ARIA role for an element displaying elapsed time or time remaining.
TIMER: 'timer',

Powered by Google App Engine
This is Rietveld 408576698