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

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

Issue 13881017: Extract common HTML from oobe.html/login.html. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_screens.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <div id="background" class="background-initial"></div>
2 <include src="version.html">
3 <div id="outer-container">
4 <div id="oobe" class="faded">
5 <div id="inner-container" class="down">
6 <div id="step-logo" hidden>
7 <img src="chrome://theme/IDR_PRODUCT_LOGO" alt="">
Nikita (slow) 2013/04/18 09:29:40 nit: alt attribute could be dropped
dzhioev (left Google) 2013/04/18 09:33:30 No, alt attribute is required for img in html5. Bu
Nikita (slow) 2013/04/18 09:36:55 Thanks for clarification.
dconnelly 2013/04/18 12:50:47 Done.
8 <div id="header-sections">
9 </div>
10 </div>
11 <include src="oobe_screens.html">
12 </div>
13 <div id="progress-dots" class="down"></div>
14 </div>
15 </div>
16 <div id="bubble" class="bubble faded" hidden></div>
17 <include src="header_bar.html">
18 <include src="user_pod_template.html">
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_screens.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698