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

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

Issue 2362673004: Aligns text to braille in chromevox. (Closed)
Patch Set: Addressed code reviews. Extracted grouping algorithm into a helper method. Created 4 years, 3 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..9656c74327c633f922e141d1b0d2843d4c3dd48a 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.html
@@ -31,8 +31,10 @@
<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>
dmazzoni 2016/09/29 16:13:13 nit: it looks like you have an extra </div> here
ultimatedbz 2016/09/29 21:00:55 Done.
</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