- From: poot <cvsmail@w3.org>
- Date: Tue, 31 Mar 2009 10:26:43 +0900 (JST)
- To: public-html-diffs@w3.org
Down-played errors: XHTML DOCTYPEs without SYSTEM URI are not valid.
(credit: sp) (bug 6508) (whatwg r2926)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6508
11.4 Conformance checkers
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2091.html#conformance-checkers-0
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2090&r2=1.2091&f=h
http://html5.org/tools/web-apps-tracker?from=2925&to=2926
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2090
retrieving revision 1.2091
diff -u -d -r1.2090 -r1.2091
--- Overview.html 31 Mar 2009 01:09:51 -0000 1.2090
+++ Overview.html 31 Mar 2009 01:24:40 -0000 1.2091
@@ -56786,13 +56786,13 @@
<li>the token's public identifier is the
<a href=#case-sensitive>case-sensitive</a> string "<code title="">-//W3C//DTD XHTML 1.0 Strict//EN</code>"
- and the token's system identifier is either missing or the
+ and the token's system identifier is the
<a href=#case-sensitive>case-sensitive</a> string "<code title="">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</code>",
or</li>
<li>the token's public identifier is the
<a href=#case-sensitive>case-sensitive</a> string "<code title="">-//W3C//DTD XHTML 1.1//EN</code>"
- and the token's system identifier is either missing or the
+ and the token's system identifier is the
<a href=#case-sensitive>case-sensitive</a> string "<code title="">http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</code>".</li>
</ul><!-- only things that trigger no-quirks mode and were valid in
Received on Tuesday, 31 March 2009 01:27:18 UTC