←back to thread

518 points cantdutchthis | 1 comments | | HN request time: 0.205s | 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. CharlesW ◴[] No.44504939[source]
> From there, the developer can choose whatever model he wants to display a "page", no longer be limited to the Document Object Model.

How are apps like AutoCAD Web, Photopea, Figma, Google Docs, Google Earth Web, and Flutter for Web apps (CanvasKit) different than what you're asking for? AFAIK developers aren't forced to use the DOM for applications where it's not the best choice.