Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4799)

Unified Diff: chrome/browser/resources/chromeos/login/oobe_update.html

Issue 2730823002: Added aria-live="polite" to update screen (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698