- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 30 Jan 2009 08:39:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28638
Modified Files:
Overview.html
Log Message:
oops (whatwg r2726)
Index: Overview.html
===================================================================
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:39:49 UTC