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

Unified Diff: components/neterror/resources/neterror.html

Issue 2424373002: Remove aria hide attribute on the network error interstitial error code (Closed)
Patch Set: Created 4 years, 2 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: components/neterror/resources/neterror.html
diff --git a/components/neterror/resources/neterror.html b/components/neterror/resources/neterror.html
index 792c61a0794a5d1bbd513bb30582036562d3954a..f3e4fa7fae1dca93ae9935b83307522577f305a1 100644
--- a/components/neterror/resources/neterror.html
+++ b/components/neterror/resources/neterror.html
@@ -26,7 +26,7 @@
<li jsselect="suggestionsSummaryList" jsvalues=".innerHTML:summary"></li>
</ul>
</div>
- <div class="error-code" jscontent="errorCode" aria-hidden="true"></div>
+ <div class="error-code" jscontent="errorCode"></div>
<div id="diagnose-frame" class="hidden"></div>
</div>
</div>
« 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