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

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

Issue 2108963003: Initial draft of ChromeVox Next tutorial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switched to use showNextUpdatePage Created 4 years, 6 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 b21fde2c535243c312fcd31d53de874dcb6e124f..e2ff9330476a393d7f8b9538c7e3420a9aa8214d 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
@@ -50,5 +50,16 @@
<div id="menu-bar" aria-role="menubar">
</div>
</div>
+<div id="tutorial" style="display: none;">
+ <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>
+ <div id="tutorial_main">
+ </div>
+ <div id="tutorial_footer">
+ <button id="tutorial_previous" class="i18n" msgid="tutorial_previous"></button>
+ <button id="tutorial_next" class="i18n" msgid="tutorial_next"></button>
+ </div>
+</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698