Comment on Why does Lemmy output horribly invalid HTML?
__siru__@discuss.tchncs.de 13 hours agoThis wsa considered in the earlier days of the web, but then intentionally not enforced. HTML was specifically designed to not fall into the same scheme as most programming languages in that it should try to render what it could even if there was a lot going wrong (unlike most programming languages that try to fail fast).
(And before someone comes after me for comparing HTML to programming languages, I am well aware that it is not Turing complete.)