html5/spec Overview.html,1.3925,1.3926

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

Modified Files:
	Overview.html 
Log Message:
tersify (whatwg r4905)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3925
retrieving revision 1.3926
diff -u -d -r1.3925 -r1.3926
--- Overview.html	30 Mar 2010 21:48:33 -0000	1.3925
+++ Overview.html	30 Mar 2010 21:52:45 -0000	1.3926
@@ -51075,9 +51075,7 @@
   incompatible with some specifications. Including the DOCTYPE in a
   document ensures that the browser makes a best-effort attempt at
   following the relevant specifications.<p>A DOCTYPE must consist of the following characters, in this
-  order:<ol class="brief"><li>A U+003C LESS-THAN SIGN character (&lt;).</li>
-   <li>A U+0021 EXCLAMATION MARK character (!).</li>
-   <li>A string that is an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">DOCTYPE</code>".</li>
+  order:<ol class="brief"><li>A string that is an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">&lt;!DOCTYPE</code>".</li>
    <li>One or more <a href="#space-character" title="space character">space characters</a>.</li>
    <li>A string that is an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">HTML</code>".</li>
    <li>Optionally, a <a href="#doctype-legacy-string">DOCTYPE legacy string</a> or an <a href="#obsolete-permitted-doctype-string">obsolete permitted DOCTYPE string</a> (defined below).</li>

Received on Tuesday, 30 March 2010 21:52:50 UTC