[html5] r2926 - [c] (0) Down-played errors: XHTML DOCTYPEs without SYSTEM URI are not valid. (cr [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Mar 30 18:24:36 PDT 2009


Author: ianh
Date: 2009-03-30 18:24:34 -0700 (Mon, 30 Mar 2009)
New Revision: 2926

Modified:
   index
   source
Log:
[c] (0) Down-played errors: XHTML DOCTYPEs without SYSTEM URI are not valid. (credit: sp) (bug 6508)

Modified: index
===================================================================
--- index	2009-03-31 01:09:46 UTC (rev 2925)
+++ index	2009-03-31 01:24:34 UTC (rev 2926)
@@ -62389,13 +62389,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

Modified: source
===================================================================
--- source	2009-03-31 01:09:46 UTC (rev 2925)
+++ source	2009-03-31 01:24:34 UTC (rev 2926)
@@ -73170,7 +73170,7 @@
      <li>the token's public identifier is the
      <span>case-sensitive</span> 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
      <span>case-sensitive</span> string "<code
      title="">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</code>",
      or</li>
@@ -73178,7 +73178,7 @@
      <li>the token's public identifier is the
      <span>case-sensitive</span> 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
      <span>case-sensitive</span> string "<code
      title="">http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</code>".</li>
 




More information about the Commit-Watchers mailing list