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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html

Issue 2693013004: MD Settings: Bluetooth: Add a11y label for toggle button (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/settings/bluetooth_page/bluetooth_page.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
index 2afc30f78fb23a3b501e68820944e08e20fb5b44..536f93aa2eaa1397e612ca4a2bab4f069a0597dd 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
@@ -38,7 +38,8 @@
<div class="secondary-action">
<paper-toggle-button id="enableBluetooth"
checked="{{bluetoothEnabled_}}"
- disabled="[[!adapterState_.available]]" on-tap="stopTap_">
+ disabled="[[!adapterState_.available]]" on-tap="stopTap_"
+ aria-label="$i18n{bluetoothToggleA11yLabel}">
</paper-toggle-button>
</div>
</div>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698