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

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

Issue 2689053002: MD Settings: label and describe a bunch of subpage/open-in-new buttons (Closed)
Patch Set: downloadSize -> downloadsSize 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 cdcd55ad57535b16aec8ba6d2ec9f46251781d9e..2afc30f78fb23a3b501e68820944e08e20fb5b44 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
@@ -22,15 +22,18 @@
<div class="settings-box two-line" actionable on-tap="onTap_">
<iron-icon icon="[[getIcon_(bluetoothEnabled_)]]"></iron-icon>
<div class="middle">
- <div>$i18n{bluetoothPageTitle}</div>
- <div class="secondary">[[getDescription_(bluetoothEnabled_)]]</div>
+ $i18n{bluetoothPageTitle}
+ <div class="secondary" id="bluetoothSecondary">
+ [[getDescription_(bluetoothEnabled_)]]
+ </div>
</div>
<cr-policy-pref-indicator
pref="[[prefs.cros.device.allow_bluetooth]]"
hidden="[[prefs.cros.device.allow_bluetooth.value]]">
</cr-policy-pref-indicator>
<button class="subpage-arrow" is="paper-icon-button-light"
- on-tap="onSubpageArrowTap_">
+ on-tap="onSubpageArrowTap_" aria-label="$i18n{bluetoothPageTitle}"
+ aria-describedby="bluetoothSecondary">
</button>
<div class="secondary-action">
<paper-toggle-button id="enableBluetooth"

Powered by Google App Engine
This is Rietveld 408576698