| OLD | NEW |
| 1 <!-- Copyright 2015 The Chromium Authors. All rights reserved. | 1 <!-- Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 Use of this source code is governed by a BSD-style license that can be | 2 Use of this source code is governed by a BSD-style license that can be |
| 3 found in the LICENSE file. --> | 3 found in the LICENSE file. --> |
| 4 <html> | 4 <html> |
| 5 <head> | 5 <head> |
| 6 <meta charset="utf-8"> | 6 <meta charset="utf-8"> |
| 7 <title class="i18n" msgid="panel_title"></title> | 7 <title class="i18n" msgid="panel_title"></title> |
| 8 | 8 |
| 9 <link href="http://fonts.googleapis.com/css?family=Droid+Sans+Mono|Roboto:400,70
0,700italic" rel="stylesheet" type="text/css"> | 9 <link href="http://fonts.googleapis.com/css?family=Droid+Sans+Mono|Roboto:400,70
0,700italic" rel="stylesheet" type="text/css"> |
| 10 <link href="panel.css" rel="stylesheet" type="text/css"> | 10 <link href="panel.css" rel="stylesheet" type="text/css"> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 <div hidden id="menus_title" class="i18n" msgid="menus_title"></div> | 24 <div hidden id="menus_title" class="i18n" msgid="menus_title"></div> |
| 25 <button id="menus_button" aria-labelledby="menus_title"> | 25 <button id="menus_button" aria-labelledby="menus_title"> |
| 26 <img id="chromevox" src="/images/chromevox-19.png"> | 26 <img id="chromevox" src="/images/chromevox-19.png"> |
| 27 <img id="triangle" src="/images/triangle-6.png"> | 27 <img id="triangle" src="/images/triangle-6.png"> |
| 28 </button> | 28 </button> |
| 29 <div id="caption"> | 29 <div id="caption"> |
| 30 <div id="speech-container"> | 30 <div id="speech-container"> |
| 31 <div id="speech"></div> | 31 <div id="speech"></div> |
| 32 </div> | 32 </div> |
| 33 <div id="braille-container"> | 33 <div id="braille-container"> |
| 34 <table id="braille-table"> | 34 <div id="braille-table-holder-outer"> |
| 35 <tr></tr><tr></tr> | 35 <div id="braille-table-holder1" class="braille-table-holder"> |
| 36 </table> | 36 <table id="braille-table"> |
| 37 </table> |
| 38 </div> |
| 39 <div id="braille-table-holder2" class="braille-table-holder"> |
| 40 <table id="braille-table2"> |
| 41 </table> |
| 42 </div> |
| 43 </div> |
| 37 </div> | 44 </div> |
| 38 <div id="search-container"> | 45 <div id="search-container"> |
| 39 <input class="i18n" msgid="search_widget_intro" id="search" type="search">
</input> | 46 <input class="i18n" msgid="search_widget_intro" id="search" type="search">
</input> |
| 40 </div> | 47 </div> |
| 41 </div> | 48 </div> |
| 42 <div id="options_close"> | 49 <div id="options_close"> |
| 43 <div hidden id="options_title" class="i18n" msgid="options"></div> | 50 <div hidden id="options_title" class="i18n" msgid="options"></div> |
| 44 <button id="options" aria-labelledby="options_title"></button> | 51 <button id="options" aria-labelledby="options_title"></button> |
| 45 <div hidden id="disable_chromevox_title" class="i18n" | 52 <div hidden id="disable_chromevox_title" class="i18n" |
| 46 msgid="disable_chromevox"></div> | 53 msgid="disable_chromevox"></div> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 57 <button id="close_tutorial" aria-labelledby="close_tutorial_title"></button> | 64 <button id="close_tutorial" aria-labelledby="close_tutorial_title"></button> |
| 58 <div id="tutorial_main"> | 65 <div id="tutorial_main"> |
| 59 </div> | 66 </div> |
| 60 <div id="tutorial_footer"> | 67 <div id="tutorial_footer"> |
| 61 <button id="tutorial_previous" class="i18n" msgid="tutorial_previous"></butt
on> | 68 <button id="tutorial_previous" class="i18n" msgid="tutorial_previous"></butt
on> |
| 62 <button id="tutorial_next" class="i18n" msgid="tutorial_next"></button> | 69 <button id="tutorial_next" class="i18n" msgid="tutorial_next"></button> |
| 63 </div> | 70 </div> |
| 64 </div> | 71 </div> |
| 65 </body> | 72 </body> |
| 66 </html> | 73 </html> |
| OLD | NEW |