| OLD | NEW |
| 1 <div class="step right hidden animated" id="update"> | 1 <div class="step right hidden animated" id="update"> |
| 2 <div class="step-contents"> | 2 <div class="step-contents"> |
| 3 <div id="update-cancel-hint" hidden> | 3 <div id="update-cancel-hint" hidden> |
| 4 <p i18n-content="cancelUpdateHint"></p> | 4 <p i18n-content="cancelUpdateHint"></p> |
| 5 </div> | 5 </div> |
| 6 <div id="update-screen-curtain"> | 6 <div id="update-screen-curtain"> |
| 7 <div id="checking-updates-label" i18n-content="checkingForUpdatesMsg"> | 7 <div id="checking-updates-label" i18n-content="checkingForUpdatesMsg"> |
| 8 </div> | 8 </div> |
| 9 <div id="update-checking-progress" aria-live="polite"> | 9 <div id="update-checking-progress" aria-live="polite"> |
| 10 <p i18n-content="checkingForUpdates"></p> | 10 <p i18n-content="checkingForUpdates"></p> |
| 11 <p id="update-checking-ellipsis"></p> | 11 <p id="update-checking-ellipsis"></p> |
| 12 </div> | 12 </div> |
| 13 </div> | 13 </div> |
| 14 <div id="update-screen-main" hidden> | 14 <div id="update-screen-main" hidden> |
| 15 <p id="update-upper-label"></p> | 15 <p id="update-upper-label"></p> |
| 16 <p id="update-bottom-label" i18n-content="installingUpdateDesc"></p> | 16 <p id="update-bottom-label" i18n-content="installingUpdateDesc"></p> |
| 17 <progress id="update-progress-bar" max="100" value="0"></progress> | 17 <progress id="update-progress-bar" max="100" value="0"></progress> |
| 18 <p id="estimated-time-left" class="progress-message" hidden></p> | 18 <p id="estimated-time-left" class="progress-message" hidden></p> |
| 19 <p id="progress-message" class="progress-message" hidden></p> | 19 <p id="progress-message" class="progress-message" hidden></p> |
| 20 </div> | 20 </div> |
| 21 </div> | 21 </div> |
| 22 <div id="update-accessibility"> | 22 <div id="update-extra-controls" class="step-extra-controls"> |
| 23 <a id="update-accessibility-link" href="#" | 23 <div id="update-accessibility"> |
| 24 i18n-content="accessibilityLink"></a> | 24 <a id="update-accessibility-link" href="#" |
| 25 i18n-content="accessibilityLink"></a> |
| 26 </div> |
| 25 </div> | 27 </div> |
| 26 </div> | 28 </div> |
| OLD | NEW |