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

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

Issue 2362673004: Aligns text to braille in chromevox. (Closed)
Patch Set: fixed test 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 e2ff9330476a393d7f8b9538c7e3420a9aa8214d..9df81b9f2a383b2df966a85c32005a67b0a0ca7b 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
@@ -31,8 +31,9 @@
<div id="speech"></div>
</div>
<div id="braille-container">
- <div id="braille-text"></div>
- <div id="braille-cells"></div>
+ <table id="braille-table">
+ <tr></tr><tr></tr>
+ </table>
</div>
<div id="search-container">
<input class="i18n" msgid="search_widget_intro" id="search" type="search"></input>

Powered by Google App Engine
This is Rietveld 408576698