|
|
|
|
|
by selfhoster11
1754 days ago
|
|
An embedded map is definitely a document. The problem being that this document is too large to fit on your computer, so it needs to be stored on someone else's computer and therefore can only be accessed piecemeal. > You could turn the question around: why should webpages be dynamic at all? Just make a dumb client that requests rendered SVGs from a server after a client tells you its screen size. > Oh but that can't work because it's not really a document, but a dynamically laid out program after all. What prevents one from sending a screen size and getting a server-side rendered SVG back with that exact screen size? It was a thing in Telnet days, and it's what Stadia/Mighty browser are doing. Not that I'm saying it's a good idea, but it is feasible. |
|