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

Unified Diff: chrome/browser/resources/net_internals/top_bar_view.html

Issue 21944004: Enable the accessibility audit for chrome://net-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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/net_internals/top_bar_view.html
diff --git a/chrome/browser/resources/net_internals/top_bar_view.html b/chrome/browser/resources/net_internals/top_bar_view.html
index 0499fa35b986740a9d7818051c07437501acfb9f..b36721f728ff552fbdfd771e2d181232e2f6e74e 100644
--- a/chrome/browser/resources/net_internals/top_bar_view.html
+++ b/chrome/browser/resources/net_internals/top_bar_view.html
@@ -48,7 +48,7 @@ found in the LICENSE file.
#top-bar-view {
-webkit-align-items: center;
border-bottom: 1px solid gray;
- color: #eee;
+ color: #fff;
display: -webkit-flex;
padding: 2px 2px 4px 7px;
}
@@ -56,7 +56,7 @@ found in the LICENSE file.
<div id=top-bar-view>
<span class=top-bar-view-arrow>
- <select id=top-bar-view-tab-selecter></select>
+ <select aria-label="Tab selector" id=top-bar-view-tab-selecter></select>
</span>
<div style="-webkit-flex-grow: 1">
<include src="status_view.html"/>
« no previous file with comments | « chrome/browser/resources/net_internals/timeline_view.html ('k') | chrome/test/data/webui/net_internals/net_internals_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698