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

Unified Diff: chrome/browser/resources/settings/internet_page/network_apnlist.html

Issue 2755643006: MD Settings: Network a11y fixes (Closed)
Patch Set: Rebase Created 3 years, 9 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/internet_page/network_apnlist.html
diff --git a/chrome/browser/resources/settings/internet_page/network_apnlist.html b/chrome/browser/resources/settings/internet_page/network_apnlist.html
index a4803bcec085d4ac2a0c6b2cf89d800cc9d28873..9a5cd4972bdb646a9a0a570c8a3eadd584989fe7 100644
--- a/chrome/browser/resources/settings/internet_page/network_apnlist.html
+++ b/chrome/browser/resources/settings/internet_page/network_apnlist.html
@@ -17,7 +17,8 @@
<div class="start">$i18n{networkSectionAccessPoint}</div>
<div class="md-select-wrapper">
<select id="selectApn" class="md-select" on-change="onSelectApnChange_"
- value="[[selectedApn_]]">
+ value="[[selectedApn_]]"
+ aria-label="$i18n{networkSectionAccessPoint}">
<template is="dom-repeat" items="[[apnSelectList_]]">
<option value="[[item.AccessPointName]]">[[apnDesc_(item)]]</option>
</template>

Powered by Google App Engine
This is Rietveld 408576698