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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_a11y_option.js

Issue 2718133004: ChromeOS OOBE: More accessibility fixes. (Closed)
Patch Set: Update after review Created 3 years, 10 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: chrome/browser/resources/chromeos/login/oobe_a11y_option.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_a11y_option.js b/chrome/browser/resources/chromeos/login/oobe_a11y_option.js
index b053ec7435baca2974db9f69273466a8d878434e..2596b63e400a880a12c6e8805e4e3bae81c4518d 100644
--- a/chrome/browser/resources/chromeos/login/oobe_a11y_option.js
+++ b/chrome/browser/resources/chromeos/login/oobe_a11y_option.js
@@ -22,6 +22,10 @@ Polymer({
/**
* ARIA-label for the button.
+ *
+ * Note that we are not using "aria-label" property here, because
+ * we want to pass the label value but not actually declare it as an
+ * ARIA property anywhere but the actual target element.
*/
labelForAria: String,
},
« no previous file with comments | « chrome/browser/resources/chromeos/login/gaia_buttons.html ('k') | chrome/browser/resources/chromeos/login/oobe_buttons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698