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

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_gaia_signin.html

Issue 7978054: When the Sign in page is shown, speak the title 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/screen_gaia_signin.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="step right hidden" id="gaia-signin"> 1 <div class="step right hidden" id="gaia-signin">
2 <div id="gaia-signin-aria-label" aria-live="polite"></div>
2 <iframe id="signin-frame" hidden 3 <iframe id="signin-frame" hidden
3 src="about:blank" 4 src="about:blank"
4 marginwidth="0" 5 marginwidth="0"
5 marginheight="0" 6 marginheight="0"
6 frameborder="0" 7 frameborder="0"
7 scrolling="no"></iframe> 8 scrolling="no"></iframe>
8 <div id="signin-right" hidden> 9 <div id="signin-right" hidden>
9 <div id="createAccount" class="signin-text"></div> 10 <div id="createAccount" class="signin-text"></div>
10 <div id="guestSignin" class="signin-text"></div> 11 <div id="guestSignin" class="signin-text"></div>
11 </div> 12 </div>
12 <div id="gaia-loading"> 13 <div id="gaia-loading">
13 <div class="spinner"></div> 14 <div class="spinner"></div>
14 </div> 15 </div>
15 </div> 16 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/screen_gaia_signin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698