OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html class="starting-up" i18n-values="dir:textdirection; | 2 <html class="starting-up" i18n-values="dir:textdirection; |
3 hasattribution:hasattribution; | 3 hasattribution:hasattribution; |
4 themegravity:themegravity; | |
5 bookmarkbarattached:bookmarkbarattached; | 4 bookmarkbarattached:bookmarkbarattached; |
6 lang:language"> | 5 lang:language"> |
7 <head> | 6 <head> |
8 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
9 <title i18n-content="title"></title> | 8 <title i18n-content="title"></title> |
10 <!-- Don't scale the viewport in either portrait or landscape mode. | 9 <!-- Don't scale the viewport in either portrait or landscape mode. |
11 Note that this means apps will be reflowed when rotated (like iPad). | 10 Note that this means apps will be reflowed when rotated (like iPad). |
12 If we wanted to maintain position we could remove 'maximum-scale' so | 11 If we wanted to maintain position we could remove 'maximum-scale' so |
13 that we'd zoom out in portrait mode, but then there would be a bunch | 12 that we'd zoom out in portrait mode, but then there would be a bunch |
14 of unusable space at the bottom. | 13 of unusable space at the bottom. |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 </div> | 171 </div> |
173 <span class="title"></span> | 172 <span class="title"></span> |
174 </div> | 173 </div> |
175 | 174 |
176 </div> | 175 </div> |
177 | 176 |
178 <!-- This is used to measure text in the current locale. It is not visible. --> | 177 <!-- This is used to measure text in the current locale. It is not visible. --> |
179 <div id="fontMeasuringDiv"></div> | 178 <div id="fontMeasuringDiv"></div> |
180 | 179 |
181 </html> | 180 </html> |
OLD | NEW |