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

Side by Side Diff: chrome/browser/resources/chromeos/offline_app_load.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="dir:textdirection"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="title"> 5 <title i18n-content="title">
6 </title> 6 </title>
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
8 <style> 8 <style>
9 html { 9 html {
10 height: 100%; 10 height: 100%;
11 } 11 }
12 body { 12 body {
(...skipping 30 matching lines...) Expand all
43 <div id="name" jsvalues=".innerText:name"></div> 43 <div id="name" jsvalues=".innerText:name"></div>
44 <div id="msg" jsvalues=".innerText:msg"></div> 44 <div id="msg" jsvalues=".innerText:msg"></div>
45 <div id="suggestions" jsselect="suggestionsLearnMore"> 45 <div id="suggestions" jsselect="suggestionsLearnMore">
46 <span jsvalues=".innerHTML:msg"></span> 46 <span jsvalues=".innerHTML:msg"></span>
47 </div> 47 </div>
48 </div> 48 </div>
49 </div> 49 </div>
50 50
51 </body> 51 </body>
52 </html> 52 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/nfc_debug.html ('k') | chrome/browser/resources/chromeos/offline_net_load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698