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

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

Issue 2726483002: MD Settings: fix some dynamically bound aria-labels (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/device_page/device_page.html
diff --git a/chrome/browser/resources/settings/device_page/device_page.html b/chrome/browser/resources/settings/device_page/device_page.html
index bd77189c05684a9d95df3a575cc1a15988b465f5..c71eb7866fb533d037e5e5d296fbd905a08bf158 100644
--- a/chrome/browser/resources/settings/device_page/device_page.html
+++ b/chrome/browser/resources/settings/device_page/device_page.html
@@ -27,7 +27,7 @@
[[getPointersTitle_(hasMouse_, hasTouchpad_)]]
</div>
<button class="subpage-arrow" is="paper-icon-button-light"
- aria-label="[[getPointersTitle_(hasMouse_,
+ aria-label$="[[getPointersTitle_(hasMouse_,
hasTouchpad_)]]"></button>
</div>
<div id="keyboardRow" class="settings-box" on-tap="onKeyboardTap_"

Powered by Google App Engine
This is Rietveld 408576698