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

Unified Diff: chrome/browser/resources/settings/search_page/search_page.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/search_page/search_page.html
diff --git a/chrome/browser/resources/settings/search_page/search_page.html b/chrome/browser/resources/settings/search_page/search_page.html
index 6728aa4f9310a296a780440ebcea0fcf23497bbe..c05c572a56f475f578d0f244b4a544488d952a19 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -39,9 +39,12 @@
<!-- Omnibox search engine -->
<div class="settings-box first block">
<div id="search-wrapper">
- <p class="start">$i18nRaw{searchExplanation}</p>
+ <p id="searchExplanation" class="start">
+ $i18nRaw{searchExplanation}
+ </p>
<div>
<select class="md-select" on-change="onChange_"
+ aria-labelledby="searchExplanation"
disabled$="[[
prefs.default_search_provider.enabled.extensionId]]">
<template is="dom-repeat" items="[[searchEngines_]]">

Powered by Google App Engine
This is Rietveld 408576698