| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values=" | 2 <html i18n-values=" |
| 3 dir:textdirection; | 3 dir:textdirection; |
| 4 hasattribution:hasattribution; | 4 hasattribution:hasattribution; |
| 5 customlogo:customlogo; | 5 customlogo:customlogo; |
| 6 themegravity:themegravity;" | 6 themegravity:themegravity; |
| 7 bookmarkbarattached:bookmarkbarattached;" |
| 7 class="starting-up"> | 8 class="starting-up"> |
| 8 <head> | 9 <head> |
| 9 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
| 10 <title i18n-content="title"></title> | 11 <title i18n-content="title"></title> |
| 11 <!-- Don't scale the viewport in either portrait or landscape mode. | 12 <!-- Don't scale the viewport in either portrait or landscape mode. |
| 12 Note that this means apps will be reflowed when rotated (like iPad). | 13 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 | 14 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 | 15 that we'd zoom out in portrait mode, but then there would be a bunch |
| 15 of unusable space at the bottom. | 16 of unusable space at the bottom. |
| 16 --> | 17 --> |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 <div></div> | 182 <div></div> |
| 182 </div> | 183 </div> |
| 183 </a> | 184 </a> |
| 184 | 185 |
| 185 </div> | 186 </div> |
| 186 | 187 |
| 187 <!-- This is used to measure text in the current locale. It is not visible. --> | 188 <!-- This is used to measure text in the current locale. It is not visible. --> |
| 188 <div id="fontMeasuringDiv"></div> | 189 <div id="fontMeasuringDiv"></div> |
| 189 | 190 |
| 190 </html> | 191 </html> |
| OLD | NEW |