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

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

Issue 2811693004: MD Settings: Restore focus after exiting various subpages. (Closed)
Patch Set: Address comments, fix test. Created 3 years, 8 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/settings/a11y_page/a11y_page.html
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.html b/chrome/browser/resources/settings/a11y_page/a11y_page.html
index c37925e934d28b6b6ff42d44f8b0163a49dd1ac6..2913814d47a3e2bdaa7e5d211dfc5fd213a8979c 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
@@ -16,7 +16,7 @@
<style include="settings-shared"></style>
<if expr="chromeos">
<settings-animated-pages id="pages" current-route="{{currentRoute}}"
- section="a11y">
+ section="a11y" focus-config="[[focusConfig_]]">
<neon-animatable route-path="default">
<div class="settings-box">
<settings-toggle-button id="optionsInMenuToggle"

Powered by Google App Engine
This is Rietveld 408576698