| ▲ | carshodev 6 hours ago | |||||||
But most apps are documents, they are built to render data and text fields in a nice way for the consumer to use. You most certainly shouldn't be building graphs with table elements but JS has canvas and svg which make vectors pretty efficient to render. The document model provides good accessibility and the ability for things like SEO and GEO to exist. If you are making a racing simulator, then using HTML in no way makes sense, but for the apps that most of us use documents make sense. It would be nice if browsers implemented a new interpreted statically typed language with direct canvas/viewport rendering that was more efficient than javascript, but chrome would need to adopt it, then developers would need to actually build things with it. It seems like it would currently have to come from within the chrome team directly and they are the only ones that can control something like this. | ||||||||
| ▲ | hinkley 6 hours ago | parent [-] | |||||||
The irony is that CSS works fairly okay for the small number of UI elements and web games that are decidedly not documents. Or perhaps that's not so much irony as filling in the gaps. | ||||||||
| ||||||||