[html5] r3571 - [e] (0) Lowercase DOCTYPE names for consistency.
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 9 14:27:05 PDT 2009
Author: ianh
Date: 2009-08-09 14:27:04 -0700 (Sun, 09 Aug 2009)
New Revision: 3571
Modified:
index
source
Log:
[e] (0) Lowercase DOCTYPE names for consistency.
Modified: index
===================================================================
--- index 2009-08-09 20:32:16 UTC (rev 3570)
+++ index 2009-08-09 21:27:04 UTC (rev 3571)
@@ -66593,25 +66593,25 @@
some other spec are allowed in this list -->
<li>The DOCTYPE token's name is an <a href=#ascii-case-insensitive>ASCII
- case-insensitive</a> match for the string "<code title="">HTML</code>", the token's public identifier is the
+ case-insensitive</a> match for the string "<code title="">html</code>", the token's public identifier is the
<a href=#case-sensitive>case-sensitive</a> string "<code title="">-//W3C//DTD HTML 4.0//EN</code>", and the
token's system identifier is either missing or the
<a href=#case-sensitive>case-sensitive</a> string "<code title="">http://www.w3.org/TR/REC-html40/strict.dtd</code>".</li>
<li>The DOCTYPE token's name is an <a href=#ascii-case-insensitive>ASCII
- case-insensitive</a> match for the string "<code title="">HTML</code>", the token's public identifier is the
+ case-insensitive</a> match for the string "<code title="">html</code>", the token's public identifier is the
<a href=#case-sensitive>case-sensitive</a> string "<code title="">-//W3C//DTD HTML 4.01//EN</code>", and the
token's system identifier is either missing or the
<a href=#case-sensitive>case-sensitive</a> string "<code title="">http://www.w3.org/TR/html4/strict.dtd</code>".</li>
<li>The DOCTYPE token's name is an <a href=#ascii-case-insensitive>ASCII
- case-insensitive</a> match for the string "<code title="">HTML</code>", the token's public identifier is the
+ case-insensitive</a> match for the string "<code title="">html</code>", 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 the
<a href=#case-sensitive>case-sensitive</a> string "<code title="">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</code>".</li>
<li>The DOCTYPE token's name is an <a href=#ascii-case-insensitive>ASCII
- case-insensitive</a> match for the string "<code title="">HTML</code>", the token's public identifier is the
+ case-insensitive</a> match for the string "<code title="">html</code>", 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 the <a href=#case-sensitive>case-sensitive</a>
string "<code title="">http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</code>".</li>
Modified: source
===================================================================
--- source 2009-08-09 20:32:16 UTC (rev 3570)
+++ source 2009-08-09 21:27:04 UTC (rev 3571)
@@ -76767,7 +76767,7 @@
<li>The DOCTYPE token's name is an <span>ASCII
case-insensitive</span> match for the string "<code
- title="">HTML</code>", the token's public identifier is the
+ title="">html</code>", the token's public identifier is the
<span>case-sensitive</span> string "<code
title="">-//W3C//DTD HTML 4.0//EN</code>", and the
token's system identifier is either missing or the
@@ -76776,7 +76776,7 @@
<li>The DOCTYPE token's name is an <span>ASCII
case-insensitive</span> match for the string "<code
- title="">HTML</code>", the token's public identifier is the
+ title="">html</code>", the token's public identifier is the
<span>case-sensitive</span> string "<code
title="">-//W3C//DTD HTML 4.01//EN</code>", and the
token's system identifier is either missing or the
@@ -76785,7 +76785,7 @@
<li>The DOCTYPE token's name is an <span>ASCII
case-insensitive</span> match for the string "<code
- title="">HTML</code>", the token's public identifier is the
+ title="">html</code>", 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 the
@@ -76794,7 +76794,7 @@
<li>The DOCTYPE token's name is an <span>ASCII
case-insensitive</span> match for the string "<code
- title="">HTML</code>", the token's public identifier is the
+ title="">html</code>", 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 the <span>case-sensitive</span>
More information about the Commit-Watchers
mailing list