5 ms·
Wrong, the HTML is completely valid, in the sense that a browser renders it. All text is valid HTML; that's the whole point of lax parsing. It might not be vali
by nmilo 4y ago
Wrong, the HTML is completely valid, in the sense that a browser renders it. All text is valid HTML; that's the whole point of lax parsing. It might not be valid XML, but if it works, why care?
- zasdffaa 4y ago> but if it works, why care? Let me rephrase: "but if it seems to work, why care?". Welcome to the new world of crap built upon crap.