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

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

Issue 7978055: Speak the name of the image selection screen when it's activated, if accessibility is turned on (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | chrome/browser/resources/chromeos/login/oobe_screen_user_image.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_screen_user_image.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_user_image.html b/chrome/browser/resources/chromeos/login/oobe_screen_user_image.html
index f9fe4fe4f84b94a6e40962158d5905c276141667..5992a6bc7db7d127c6afbaea3117165704da0ce0 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_user_image.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_user_image.html
@@ -1,4 +1,5 @@
<div class="step right hidden" id="user-image">
+ <div id="user-image-aria-label" aria-live="polite" aria-atomic="true"></div>
hashimoto 2011/09/22 09:05:38 Is aria-atomic necessary here?
<div id="user-image-screen-curtain">
<p i18n-content="userImageScreenDescription"></p>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_user_image.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698