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