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

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

Issue 2462483002: Support multi-line braille in the virtual braille display. (Closed)
Patch Set: Addressed small nit 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
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..843e4dda18fdfb01068db81e7a8d34a11d9e3f38 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
@@ -31,9 +31,16 @@
<div id="speech"></div>
</div>
<div id="braille-container">
- <table id="braille-table">
- <tr></tr><tr></tr>
- </table>
+ <div id="braille-table-holder-outer">
+ <div id="braille-table-holder1" class="braille-table-holder">
+ <table id="braille-table">
+ </table>
+ </div>
+ <div id="braille-table-holder2" class="braille-table-holder">
+ <table id="braille-table2">
+ </table>
+ </div>
+ </div>
</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