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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html

Issue 2810003003: MD-Settings: A11y - Label drop down menus. (Closed)
Patch Set: rebase 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
Index: chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
diff --git a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
index 220c4df5492e70b52f8e17b69ed1b7e88586dfa6..e802ed11e33af23778f34316fa8055cfb697e976 100644
--- a/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
+++ b/chrome/browser/resources/settings/printing_page/cups_add_printer_dialog.html
@@ -168,10 +168,10 @@
</div>
<div class="settings-box two-line">
<div class="start">
- <div class="label">$i18n{printerProtocol}</div>
+ <div id="printerProtocol" class="label">$i18n{printerProtocol}</div>
<div class="secondary">
<div class="md-select-wrapper">
- <select class="md-select"
+ <select class="md-select" aria-labelledby="printerProtocol"
value="[[newPrinter.printerProtocol]]"
on-change="onProtocolChange_">
<option value="ipp">$i18n{printerProtocolIpp}</option>

Powered by Google App Engine
This is Rietveld 408576698