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

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

Issue 2486293002: Add keyboard explorer improvements for braille (Closed)
Patch Set: Indents and braille cap cond Created 4 years, 1 month 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 | chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html b/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html
index 468828e6fb7ea06ef0d2021c29dda11406e771aa..13abc71c70b62d20e0da64da2f9e67f0cf50278c 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html
@@ -4,10 +4,10 @@
found in the LICENSE file. -->
<html>
<head>
-<title class="i18n" msg="kbexplorer_title">Chrome OS Keyboard Explorer</title>
+<title class="i18n" msg="kbexplorer_title">ChromeVox Learn Mode</title>
<style type="text/css">
h2 {
- font-family:arial;
+ font-family: arial;
}
</style>
<script type="text/javascript" src="../../closure/base.js"></script>
@@ -18,9 +18,9 @@ h2 {
</head>
<body>
- <h2 class="i18n" msgid="kbexplorer_title">ChromeOS Keyboard Explorer</h2>
- <p class="i18n" msgid="kbexplorer_instructions">
- Press any key to learn its name. Ctrl + W will close the keyboard explorer.
+ <h2 class="i18n" msgid="kbexplorer_title">ChromeVox Learn Mode</h2>
+ <p id="instruction" tabindex=-1 class="i18n" msgid="kbexplorer_instructions">
+ Press any key to learn its name. Ctrl + W will close learn mode.
</p>
</body>
</html>
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698