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

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

Issue 2817973002: MD-Settings: A11y - Label power source and stylus drop downs. (Closed)
Patch Set: Rename label Created 3 years, 8 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 | « no previous file | chrome/browser/resources/settings/device_page/stylus.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/device_page/power.html
diff --git a/chrome/browser/resources/settings/device_page/power.html b/chrome/browser/resources/settings/device_page/power.html
index 74393639ffcd0c0ba497040acae2f798f0037279..5e4725f6984d44d9d7fabe2aa6c7f4eef4c1d16e 100644
--- a/chrome/browser/resources/settings/device_page/power.html
+++ b/chrome/browser/resources/settings/device_page/power.html
@@ -16,6 +16,7 @@
</div>
<div class="md-select-wrapper" hidden$="[[!showPowerSourceDropdown_]]">
<select id="powerSource" class="md-select"
+ aria-label="$i18n{powerSourceLabel}"
on-change="onPowerSourceChange_">
<option value="" selected="[[isEqual_('', selectedPowerSourceId_)]]">
$i18n{powerSourceBattery}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/stylus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698