html5/spec Overview.html,1.2763,1.2764

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20415

Modified Files:
	Overview.html 
Log Message:
Lowercase DOCTYPE names for consistency. (whatwg r3571)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2763
retrieving revision 1.2764
diff -u -d -r1.2763 -r1.2764
--- Overview.html	9 Aug 2009 20:32:24 -0000	1.2763
+++ Overview.html	9 Aug 2009 21:27:10 -0000	1.2764
@@ -66805,25 +66805,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>

Received on Sunday, 9 August 2009 21:27:23 UTC