| OLD | NEW |
| 1 <div id="language-dictionary-overlay-page" class="page" hidden> | 1 <dialog id="language-dictionary-overlay-page" class="page"> |
| 2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
| 3 <h1 i18n-content="languageDictionaryOverlayTitle"></h1> | 3 <h1 i18n-content="languageDictionaryOverlayTitle"></h1> |
| 4 <input id="language-dictionary-overlay-search-field" type="search" | 4 <input id="language-dictionary-overlay-search-field" type="search" |
| 5 i18n-values="placeholder:languageDictionaryOverlaySearchPlaceholder; | 5 i18n-values="placeholder:languageDictionaryOverlaySearchPlaceholder; |
| 6 aria-label:languageDictionaryOverlaySearchPlaceholder" | 6 aria-label:languageDictionaryOverlaySearchPlaceholder" |
| 7 incremental> | 7 incremental> |
| 8 <div class="content-area"> | 8 <div class="content-area"> |
| 9 <div class="settings-list"> | 9 <div class="settings-list"> |
| 10 <p id="language-dictionary-overlay-no-matches" | 10 <p id="language-dictionary-overlay-no-matches" |
| 11 i18n-content="languageDictionaryOverlayNoMatches" hidden></p> | 11 i18n-content="languageDictionaryOverlayNoMatches" hidden></p> |
| 12 <list id="language-dictionary-overlay-word-list"></list> | 12 <list id="language-dictionary-overlay-word-list"></list> |
| 13 </div> | 13 </div> |
| 14 </div> | 14 </div> |
| 15 <div class="action-area button-strip"> | 15 <div class="action-area button-strip"> |
| 16 <button id="language-dictionary-overlay-done-button" class="default-button" | 16 <button id="language-dictionary-overlay-done-button" class="default-button" |
| 17 i18n-content="done"> | 17 i18n-content="done"> |
| 18 </button> | 18 </button> |
| 19 </div> | 19 </div> |
| 20 </div> | 20 </dialog> |
| OLD | NEW |