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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_section.html

Issue 2300433002: [MD-Settings] Make section titles into <h2> headings for a11y. (Closed)
Patch Set: feedback Created 4 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
« 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: chrome/browser/resources/settings/settings_page/settings_section.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_section.html b/chrome/browser/resources/settings/settings_page/settings_section.html
index 604547432070dd7c480cf3f0e8129d4fc5c66d70..aee3b5ee260f6dfefd08f67284bff161ce5f3a24 100644
--- a/chrome/browser/resources/settings/settings_page/settings_section.html
+++ b/chrome/browser/resources/settings/settings_page/settings_section.html
@@ -22,6 +22,7 @@
color: var(--paper-grey-600);
font-size: 13px;
font-weight: 500;
+ margin-bottom: 0;
margin-top: var(--settings-page-vertical-margin);
}
@@ -54,7 +55,7 @@
}
</style>
<div id="header">
- <div class="title">{{pageTitle}}</div>
+ <h2 class="title">{{pageTitle}}</h2>
</div>
<div id="card">
<content id="content"></content>
« 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