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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html

Issue 2454213002: Use modes to switch cvox panel between collapsed, menus, focused, and tutorial (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
Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
index 9df81b9f2a383b2df966a85c32005a67b0a0ca7b..acca4666b35d9e38cd21c6663e60444ffe367f60 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
@@ -51,7 +51,7 @@
<div id="menu-bar" aria-role="menubar">
</div>
</div>
-<div id="tutorial" style="display: none;">
+<div id="tutorial" hidden>
<div id="tutorial_logo"></div>
<div hidden id="close_tutorial_title" class="i18n" msgid="close_tutorial"></div>
<button id="close_tutorial" aria-labelledby="close_tutorial_title"></button>

Powered by Google App Engine
This is Rietveld 408576698