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

Unified Diff: chrome/browser/resources/settings/settings_main/settings_main.html

Issue 2408933002: Allow the 'Advanced' button to act as an expandable toggle for a11y. (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: chrome/browser/resources/settings/settings_main/settings_main.html
diff --git a/chrome/browser/resources/settings/settings_main/settings_main.html b/chrome/browser/resources/settings/settings_main/settings_main.html
index ba150265bbf664a853b123e0b2391f994f8f5a71..4ca98a267b203e99fe51da022e0b5b616c9d173c 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.html
+++ b/chrome/browser/resources/settings/settings_main/settings_main.html
@@ -78,7 +78,9 @@
showPages_.basic, hasExpandedSection_, inSearchMode_)]]">
<div id="toggleSpacer"></div>
<h2 id="toggleContainer">
- <paper-button id="advancedToggle" on-tap="toggleAdvancedPage_">
+ <paper-button id="advancedToggle" on-tap="toggleAdvancedPage_" toggles
+ active="[[advancedToggleExpanded_]]"
+ aria-active-attribute="aria-expanded">
<span>$i18n{advancedPageTitle}</span>
<iron-icon icon="[[arrowState_(advancedToggleExpanded_)]]">
</iron-icon>
« 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