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

Unified Diff: chrome/browser/resources/settings/device_page/stylus.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 | « chrome/browser/resources/settings/device_page/power.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/device_page/stylus.html
diff --git a/chrome/browser/resources/settings/device_page/stylus.html b/chrome/browser/resources/settings/device_page/stylus.html
index d39715de191c2661364b19b191f929f1ac9614c3..155822fc31693cc7a69982afa528aab66193c7b8 100644
--- a/chrome/browser/resources/settings/device_page/stylus.html
+++ b/chrome/browser/resources/settings/device_page/stylus.html
@@ -40,7 +40,9 @@
</div>
<div class="settings-box">
- <div class="start">$i18n{stylusNoteTakingApp}</div>
+ <div id="stylusNoteTakingAppLabel" class="start">
+ $i18n{stylusNoteTakingApp}
+ </div>
<div id="no-apps" class="secondary"
hidden$="[[!showNoApps_(appChoices_, waitingForAndroid_)]]">
@@ -54,7 +56,8 @@
<div id="select-app" class="md-select-wrapper"
hidden$="[[!showApps_(appChoices_, waitingForAndroid_)]]">
- <select id="menu" class="md-select" on-change="onSelectedAppChanged_">
+ <select id="menu" class="md-select" on-change="onSelectedAppChanged_"
+ aria-labelledby="stylusNoteTakingAppLabel">
<template is="dom-repeat" items="[[appChoices_]]">
<option value="[[item.value]]" selected="[[item.preferred]]">
[[item.name]]
« no previous file with comments | « chrome/browser/resources/settings/device_page/power.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698