|
|
|
|
|
by unimpressive
3470 days ago
|
|
DOM has some serious advantages, to name a few: - Machine readability. Graphics scraping is gross, but DOM is by default a machine parseable format. - For web pages which are actual documents, it makes total sense and is in fact a pretty clean implementation of a document and styling system. Especially in comparison to stuff like Microsoft word's doc format. If you would like to dispute the point, I challenge you to design something better. You don't even need to implement it, just make a compelling design. Or link to somebody else who has. |
|