OLD | NEW |
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 Loading... |
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> |
OLD | NEW |