top | item 44839625

(no title)

discostrings | 6 months ago

I think you're confusing XHTML and semantic web on the "break web pages" part.

discuss

order

cestith|6 months ago

Neither broke web pages, honestly. XHTML requires a DTD named at the top of the document, and browsers will happily fall back to HTML 3, 4, or 5 as they can if there’s no DTD specified.

discostrings|6 months ago

My interpretation of "break web pages" was serving XHTML with MIME type application/xhtml+xml, in which case browsers don't render anything when the XHTML isn't well-formed, which is really just a strict / validate-my-syntax mode you can opt into.

In either case, I agree!