←back to thread

518 points cantdutchthis | 1 comments | | HN request time: 0.212s | source
Show context
exabrial ◴[] No.44502683[source]
I freakin love SVG. Someday I hope we just end up with a browser standard:

* pluggable execution engine/memory model (WASM, JVM, CLR, etc)

* SVG output (binary or text)

From there, the developer can choose whatever model he wants to display a "page", no longer be limited to the Document Object Model.

replies(3): >>44503120 #>>44504372 #>>44504939 #
1. socalgal2 ◴[] No.44504372[source]
The DOM (HTML) has the advantage that it's designed to be responsive to different displays. SVG is not