|
|
|
|
|
by NoMoreNicksLeft
125 days ago
|
|
Html is already a good single-file html format. Images can be inlined with data-uri. CSS and javascript have been inlineable since the very beginning. What more is needed? Fonts? Data-uri, once more. Hell, html is probably what word processor apps should be saving everything as. You can get pixel-level placement of any element if you want that. |
|
Yes, they're both approximately the same in terms of size on disk and even network traffic for a fully loaded page, one is a much better browser experience.
> You can get pixel-level placement of any element if you want that.
You may well be able to, but it is largely anathema to the goals of html.