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

Unified Diff: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html

Issue 2100833003: Add role="presentation" to Media Router #search-results element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html
index 18e6da3707f77a3e3931eed33a39e1d06a98a611..9b303786bc018f13d7b5dd496072048ee74dfdd8 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html
@@ -168,7 +168,7 @@
hidden$="[[computeNoMatchesHidden_(searchResultsToShow_, isSearchListHidden_)]]">
<span>[[i18n('searchNoMatchesText')]]</span>
</div>
- <paper-menu id="search-results" selected="0"
+ <paper-menu id="search-results" selected="0" role="presentation"
hidden$="[[computeSearchResultsHidden_(searchResultsToShow_, isSearchListHidden_)]]">
<template is="dom-repeat" id="searchResults"
items="[[searchResultsToShow_]]">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698