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

Side by Side Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 5 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html i18n-values=" 2 <html class="starting-up" i18n-values="dir:textdirection;
3 dir:textdirection; 3 hasattribution:hasattribution;
4 hasattribution:hasattribution; 4 themegravity:themegravity;
5 themegravity:themegravity; 5 bookmarkbarattached:bookmarkbarattached;
6 bookmarkbarattached:bookmarkbarattached;" 6 lang:language">
7 class="starting-up">
8 <head> 7 <head>
9 <meta charset="utf-8"> 8 <meta charset="utf-8">
10 <title i18n-content="title"></title> 9 <title i18n-content="title"></title>
11 <!-- Don't scale the viewport in either portrait or landscape mode. 10 <!-- Don't scale the viewport in either portrait or landscape mode.
12 Note that this means apps will be reflowed when rotated (like iPad). 11 Note that this means apps will be reflowed when rotated (like iPad).
13 If we wanted to maintain position we could remove 'maximum-scale' so 12 If we wanted to maintain position we could remove 'maximum-scale' so
14 that we'd zoom out in portrait mode, but then there would be a bunch 13 that we'd zoom out in portrait mode, but then there would be a bunch
15 of unusable space at the bottom. 14 of unusable space at the bottom.
16 --> 15 -->
17 <meta name="viewport" 16 <meta name="viewport"
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 </a> 199 </a>
201 </p> 200 </p>
202 </div> 201 </div>
203 202
204 </div> 203 </div>
205 204
206 <!-- This is used to measure text in the current locale. It is not visible. --> 205 <!-- This is used to measure text in the current locale. It is not visible. -->
207 <div id="fontMeasuringDiv"></div> 206 <div id="fontMeasuringDiv"></div>
208 207
209 </html> 208 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/incognito_tab.html ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698