- From: Karl Dubost <karl@la-grange.net>
- Date: Tue, 20 Jan 2009 11:12:57 -0500
- To: "Philip TAYLOR (Ret'd)" <P.Taylor@Rhul.Ac.Uk>
- Cc: Jirka Kosek <jirka@kosek.cz>, HTML WG <public-html@w3.org>
Le 20 janv. 2009 à 09:45, Philip TAYLOR (Ret'd) a écrit :
> For XHTML 2.0 [2] I find
>
>> There should be a DOCTYPE declaration in the document prior to the
>> root element. If present, the public identifier included in the
>> DOCTYPE declaration must reference the DTD found in Appendix F
>> using its Public Identifier. The system identifier may be modified
>> appropriately.
>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 2.0//EN"
>> "http://www.w3.org/MarkUp/DTD/xhtml2.dtd">
>
> but I note that the MUST of XHTML 1.1 has been watered down
> to a SHOULD for XHTML 2.0.
http://lists.w3.org/Archives/Public/www-html-editor/2006JulSep/0097
<html xmlns="http://www.w3.org/2002/06/xhtml2/"
xml:lang="en">
<head>
<title>Minimal XHTML 2.0 Document</title>
</head>
<body>
<p>some text</p>
</body>
</html>
--
Karl Dubost
Montréal, QC, Canada
Received on Tuesday, 20 January 2009 16:13:10 UTC