Forum Moderators: open
- John
*Edit*
This is where it should be defined...
[whatwg.org...]
[edited by: JAB_Creations at 7:17 pm (utc) on June 17, 2007]
Such XML documents may contain aif desired, but this is not required to conform to this specificationDOCTYPE
There does not appear to be one specifically defined, but as the opinion of the working group is that the doctype is present only for legacy reasons, it is probably safe to say that there may never be an "XHTML 5" doctype defined as the specification requires the use of
application/xml or similar, which in turn already triggers standards-compliance mode in all currently-supporting browsers. You may want to cater for a custom (
SYSTEM) doctype in your logic: <!DOCTYPE HTML SYSTEM "http://www.example.com/dtd/my-custom.dtd">