- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Mar 2010 02:19:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv30060/src
Modified Files:
syntax.html
Log Message:
add some more hackery to the h:tml build to work around tool bugs
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/src/syntax.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- syntax.html 4 Mar 2010 16:46:19 -0000 1.79
+++ syntax.html 5 Mar 2010 02:19:42 -0000 1.80
@@ -132,15 +132,16 @@
<dfn id="permitted-public-ID-system-ID-combination">permitted-public-ID-system-ID-combination</dfn>
is any combination of a
<dfn id="permitted-public-ID">public ID</dfn>
- and zero or one
+ (the first quoted string in the doctype)
+ and
<dfn id="permitted-system-ID">system ID</dfn>
- such that the combination corresponds to one of the seven
+ (the second quoted string, if any, in the doctype)
+ such that the combination corresponds to one of the six
<a href="#deprecated-doctype">deprecated doctypes</a>
in the following
<a id="list-of-deprecated-doctypes" href="#list-of-deprecated-doctypes">list of deprecated doctypes</a>:</p>
<div class="example">
- <pre><!DOCTYPE html>
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
+ <pre><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Received on Friday, 5 March 2010 02:19:48 UTC