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

Unified Diff: chrome/browser/resources/net_internals/events_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/events_view.html
diff --git a/chrome/browser/resources/net_internals/events_view.html b/chrome/browser/resources/net_internals/events_view.html
index 5f2b454f18a84ab8b1490ffd5a8da4ede93fb03b..ddf0387135c6b604ca8e79fddad82ff821d33caf 100644
--- a/chrome/browser/resources/net_internals/events_view.html
+++ b/chrome/browser/resources/net_internals/events_view.html
@@ -7,7 +7,7 @@
<td width=1%>
<span id=events-view-filter-help-hover class=mouse-over-help-hover>(?)</span>
</td>
- <td width=98%><input type="search" incremental id=events-view-filter-input></td>
+ <td width=98%><input type="search" incremental id=events-view-filter-input title="Sort and filter"></td>
<td width=1% id=events-view-filter-count>(1 of 34)</td>
</tr>
</table>
@@ -37,7 +37,7 @@
<table id=events-view-source-list-table cellspacing=0 cellpadding=0 width=100%>
<thead>
<tr>
- <td style='border-left:0'><input type=checkbox id=events-view-select-all></td>
+ <td style='border-left:0'><input type=checkbox id=events-view-select-all title="Select all"></td>
<td id=events-view-sort-by-id>ID</td>
<td id=events-view-sort-by-source>Source Type</td>
<td id=events-view-sort-by-description width=99%>Description</td>
« no previous file with comments | « chrome/browser/resources/net_internals/events_view.css ('k') | chrome/browser/resources/net_internals/export_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698