- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Jul 2009 20:31:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv24362/src
Modified Files:
syntax.html
Log Message:
removed the restriction that tools can't generate the legacy doctype unless they are incapable for generating the non-legacy one
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/src/syntax.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- syntax.html 8 Jul 2009 10:31:03 -0000 1.54
+++ syntax.html 9 Jul 2009 20:31:08 -0000 1.55
@@ -47,15 +47,9 @@
<div class="example">
<p>The following are examples of some DOCTYPEs that match the
above pattern.</p>
- <pre><!doctype html public 'about:legacy-compat'></pre>
- <pre><!DOCTYPE HTML PUBLIC "about:legacy-compat"></pre>
+ <pre><!doctype html system 'about:legacy-compat'></pre>
+ <pre><!DOCTYPE HTML system "about:legacy-compat"></pre>
</div>
- <p>A tool that produces documents that conform to this
- specification should not produce documents with a DOCTYPE
- matching the <a href="#doctype.legacy">doctype.legacy</a>
- pattern unless the tool is incapable of generating a DOCTYPE
- matching the
- <a href="#doctype.pattern">doctype</a> pattern.</p>
</section>
<section id="character-encoding">
<h2>Character encoding declaration</h2>
Received on Thursday, 9 July 2009 20:31:18 UTC