- From: poot <cvsmail@w3.org>
- Date: Thu, 1 Apr 2010 14:35:32 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: tersify (whatwg r4905)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3925&r2=1.3926&f=h
http://html5.org/tools/web-apps-tracker?from=4904&to=4905
===================================================================
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 (<).</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=""><!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 Thursday, 1 April 2010 05:36:11 UTC