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

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

Issue 158953002: Spoken feedback sounds for user photo capture/discard at image picker added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PlaySystemSound... functions introduced according to latest changes. Created 6 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
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 22ff800341ec0425304187a6c79ef2c109e90197..11496f92c36a14009363b06ee1d7576d31708b81 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_user_image.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_user_image.html
@@ -5,7 +5,7 @@
i18n-content="userImageScreenDescription"></p>
</div>
<div id="user-image-screen-main">
- <grid id="user-image-grid"
+ <grid id="user-image-grid" tabindex="1"
aria-labelledby="user-image-screen-description">
</grid>
<div id="user-image-preview">
@@ -19,10 +19,12 @@
<div class="spinner"></div>
</div>
<p id="user-image-preview-caption"></p>
- <button id="discard-photo" i18n-values="title:discardPhoto"></button>
- <button id="take-photo" i18n-values="title:takePhoto"></button>
+ <button id="discard-photo" i18n-values="title:discardPhoto"
+ tabindex="2"></button>
+ <button id="take-photo" i18n-values="title:takePhoto" tabindex="2">
+ </button>
<button id="flip-photo" class="custom-appearance"
- i18n-values="title:flipPhoto"></button>
+ i18n-values="title:flipPhoto" tabindex="1"></button>
</div>
<div id="user-image-attribution">
<span i18n-content="authorCredit"></span>

Powered by Google App Engine
This is Rietveld 408576698