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

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

Issue 2718133004: ChromeOS OOBE: More accessibility fixes. (Closed)
Patch Set: 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_buttons.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_buttons.js b/chrome/browser/resources/chromeos/login/oobe_buttons.js
index 53cf9f53fee089a988bb7a79220591393ee8addb..bfcc8395feab999f827d324a526141cf327174a6 100644
--- a/chrome/browser/resources/chromeos/login/oobe_buttons.js
+++ b/chrome/browser/resources/chromeos/login/oobe_buttons.js
@@ -10,7 +10,7 @@ Polymer({
inverse: Boolean,
- ariaLabel: String,
+ labelForAria: String,
},
focus: function() {
@@ -29,7 +29,7 @@ Polymer({
properties: {
disabled: {type: Boolean, value: false, reflectToAttribute: true},
- ariaLabel: String,
+ labelForAria: String,
},
focus: function() {
@@ -65,7 +65,7 @@ Polymer({
properties: {
icon: String,
- ariaLabel: String
+ labelForAria: String
},
focus: function() {

Powered by Google App Engine
This is Rietveld 408576698