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

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

Issue 2688153004: ChromeOS OOBE: fix focus flow in MD-OOBE. (Closed)
Patch Set: Rebased. 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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/chromeos/login/oobe_a11y_option.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_a11y_option.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_a11y_option.html b/chrome/browser/resources/chromeos/login/oobe_a11y_option.html
index a130a336969d99ef151f93513738289cb6584dcd..4f7b0806a353000ff57252eab3a7792fbdff2d5e 100644
--- a/chrome/browser/resources/chromeos/login/oobe_a11y_option.html
+++ b/chrome/browser/resources/chromeos/login/oobe_a11y_option.html
@@ -41,7 +41,8 @@
<content select=".unchecked-value"></content>
</div>
</div>
- <paper-toggle-button checked="{{checked}}" aria-label$="[[ariaLabel]]">
+ <paper-toggle-button id="button" checked="{{checked}}"
+ aria-label$="[[labelForAria]]">
</paper-toggle-button>
</div>
</template>
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/chromeos/login/oobe_a11y_option.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698