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

Unified Diff: chrome/browser/resources/downloads/downloads.html

Issue 701583002: downloads/bookmarks: change <h2> to <h1> for better screen reader semantics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « chrome/browser/resources/bookmark_manager/main.html ('k') | chrome/browser/resources/search_header.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/downloads/downloads.html
diff --git a/chrome/browser/resources/downloads/downloads.html b/chrome/browser/resources/downloads/downloads.html
index 470a189e91630cea90998e35e8cd2f93514d921e..3a221d348edb4344cde5d271c033183443b03fac 100644
--- a/chrome/browser/resources/downloads/downloads.html
+++ b/chrome/browser/resources/downloads/downloads.html
@@ -13,7 +13,7 @@
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<header>
- <h2 i18n-content="downloads"></h2>
+ <h1 i18n-content="downloads"></h1>
<input id="term" type="search" tabindex=1
i18n-values="placeholder:searchbutton" autofocus incremental>
</header>
« no previous file with comments | « chrome/browser/resources/bookmark_manager/main.html ('k') | chrome/browser/resources/search_header.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698