- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Tue, 19 Jan 2010 12:36:42 -0600
- To: Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no>
- Cc: "Dr. Olaf Hoffmann" <Dr.O.Hoffmann@gmx.de>, public-html@w3.org
On Tue, Jan 19, 2010 at 12:23 PM, Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> wrote: > So, with HTML5 we get two kinds of text/HTML: "real" text/HTML and > XHTML text/HTML. The latter gives us much more freedom than HTML5. The latter does not exist. If a file is served with the text/html mimetype, it is an HTML document, and is processed according to HTML rules. If it is served with one of the xml mimetypes, it is an XML document, and is processed according to XML rules. That is all. There is no longer any such thing as "XHTML served as text/html". ~TJ
Received on Tuesday, 19 January 2010 18:37:30 UTC