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

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

Issue 1783553005: [Media Router WebUI] Fix AX_TEXT_04 and AX_FOCUS_01 warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | chrome/test/data/webui/media_router/media_router_elements_browsertest.js » ('j') | 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 9c8f373e45dc17171bd6c9fa5a0c474d7112a20d..23e5d7f06f96a8d98f36d7e177989707e8bdee8f 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
@@ -99,9 +99,9 @@
<paper-spinner id="searching-devices-spinner" active
hidden$="[[computeSpinnerHidden_(justOpened_)]]">
</paper-spinner>
- <a href="[[deviceMissingUrl]]">
- <span hidden$="[[!computeSpinnerHidden_(justOpened_)]]"
- >[[deviceMissingText_]]</span>
+ <a href="[[deviceMissingUrl]]"
+ hidden$="[[!computeSpinnerHidden_(justOpened_)]]">
+ [[deviceMissingText_]]
</a>
</div>
<paper-menu id="sink-list"
« no previous file with comments | « no previous file | chrome/test/data/webui/media_router/media_router_elements_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698