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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/address_edit_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/passwords_and_forms_page/address_edit_dialog.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html b/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html
index 8f3e8aabfec2f90064f6028f6c7fd0f34370eebb..0c3bd14745eb32c0ad3a4eb7bb0b48a3921161d0 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html
@@ -107,7 +107,8 @@
<div id="select-label">$i18n{addressCountry}</div>
<span class="md-select-wrapper">
<select class="md-select address-column long"
- value="[[countryCode_]]" on-change="onCountryChange_">
+ aria-labelledby="select-label"
+ value="[[countryCode_]]" on-change="onCountryChange_">
<option value=""></option>
<template is="dom-repeat" items="[[countries_]]">
<option value="[[getCode_(item)]]"

Powered by Google App Engine
This is Rietveld 408576698