People forgot that XHTML was a thing. What I discovered was that libraries and components written for HTML would regularly output invalid XML, making them unusable for XHTML — even if they claimed to support it!
Something like 30% of the time this revealed a real bug, like double escaping or no escaping.
People gave up and went back to HTML, which is non-strict and will happily parse gibberish.
Something like 30% of the time this revealed a real bug, like double escaping or no escaping.
People gave up and went back to HTML, which is non-strict and will happily parse gibberish.