- From: poot <cvsmail@w3.org>
- Date: Fri, 30 Jan 2009 17:42:41 +0900 (JST)
- To: public-html-diffs@w3.org
oops (whatwg r2726)
DOCTYPE legacy string
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1896.html#doctype-legacy-string
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1895&r2=1.1896&f=h
http://html5.org/tools/web-apps-tracker?from=2725&to=2726
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1895
retrieving revision 1.1896
diff -u -d -r1.1895 -r1.1896
--- Overview.html 30 Jan 2009 08:33:37 -0000 1.1895
+++ Overview.html 30 Jan 2009 08:39:33 -0000 1.1896
@@ -37273,7 +37273,7 @@
<li>The literal string "<code title="">about:legacy-compat</code>".</li>
<li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step marked <i>quote mark</i>).</li>
</ol><p class=note>In other words, <code><!DOCTYPE HTML SYSTEM
- "about:legacy-compat"></code> or <code><!DOCTYPE HTML PUBLIC
+ "about:legacy-compat"></code> or <code><!DOCTYPE HTML SYSTEM
'about:legacy-compat'></code>, case-insensitively except for the bit
in quotes.<p>The <a href=#doctype-legacy-string>DOCTYPE legacy string</a> should not be used unless
the document is generated from a system that cannot output the
Received on Friday, 30 January 2009 08:43:17 UTC