| Index: chrome/browser/resources/chromeos/login/oobe_update.html
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_update.html b/chrome/browser/resources/chromeos/login/oobe_update.html
|
| index d723bf7d24d5638ff8fc9532cdff6a6c45dbedc5..2f01183ded806e88ccbf1df15acfb669a96b2e38 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_update.html
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_update.html
|
| @@ -27,7 +27,8 @@
|
| <template>
|
| <link rel="stylesheet" href="oobe_update.css">
|
| <link rel="stylesheet" href="oobe_dialog_parameters.css">
|
| - <oobe-dialog hidden="[[!checkingForUpdate]]">
|
| + <oobe-dialog hidden="[[!checkingForUpdate]]" tabindex="0"
|
| + aria-live="polite">
|
| <iron-icon icon="oobe-update:googleg" class="oobe-icon"></iron-icon>
|
| <div class="header">
|
| <h1 class="title" i18n-content="checkingForUpdates"></h1>
|
| @@ -39,7 +40,8 @@
|
| <paper-progress id="checking-progress" indeterminate></paper-progress>
|
| </div>
|
| </oobe-dialog>
|
| - <oobe-dialog hidden="[[checkingForUpdate]]">
|
| + <oobe-dialog hidden="[[checkingForUpdate]]" tabindex="0"
|
| + aria-live="polite">
|
| <iron-icon icon="oobe-update:googleg" class="oobe-icon"></iron-icon>
|
| <div class="header">
|
| <h1 class="title" i18n-content="updatingScreenTitle"></h1>
|
|
|