Forum Moderators: not2easy
It is suggested that XHTML delivered as text/html is broken and XHTML delivered as text/xml is risky, so authors intending their work for public consumption
should stick to HTML 4.01, and authors who wish to use XHTML should
deliver their markup as application/xhtml+xml
In other words, if your page is intended for public consumption, don't use XHTML.
Which is the case since IE9 finally works with XHTML.
Authors who are not willing to use one of the XML MIME types should
stick to writing valid HTML 4.01 for the time being. Once user agents
that support XML and XHTML sent as one of the XML MIME types are
widespread, then authors may reconsider learning and using XHTML.
I don't see where he says that at all though I just scanned it quickly having read it years ago but the Executive Summary says this:
If you DO use XHTML, you should be serving it as such (which will be problematic for public consumption).
If you use XHTML, you should deliver it with the application/xhtml+xml
MIME type. If you do not do so, you should use HTML4 instead of XHTML.