html5/markup Makefile,1.95,1.96 spec.html,1.192,1.193 syntax.html,1.42,1.43

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv3517

Modified Files:
	Makefile spec.html syntax.html 
Log Message:
further simplify the description of doctype parts (thx=SimonPieters)


Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/syntax.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- syntax.html	5 Mar 2010 02:19:41 -0000	1.42
+++ syntax.html	5 Mar 2010 08:08:46 -0000	1.43
@@ -78,16 +78,10 @@
     consists of the following parts, in exactly the following
     order:</p>
     <ol>
-<li>A
-      "<code title="U+003C LESS-THAN SIGN">&lt;</code>"
-      character.</li>
-      <li>A
-      "<code title="U+0021 EXCLAMATION MARK">!</code>"
-      character.</li>
-      <li>Any
+<li>Any
       <a href="terminology.html#case-insensitive">case-insensitive match</a>
       for the string
-      "<code>DOCTYPE</code>".</li>
+      "<code>&lt;!DOCTYPE</code>".</li>
       <li>One or more
       <a href="terminology.html#space">space characters</a>.</li>
       <li>Any
@@ -109,16 +103,10 @@
     <dfn id="deprecated-doctype">deprecated doctype</dfn>
     consists of the following parts, in exactly the following order:</p>
     <ol>
-<li>A
-      "<code title="U+003C LESS-THAN SIGN">&lt;</code>"
-      character.</li>
-      <li>A
-      "<code title="U+0021 EXCLAMATION MARK">!</code>"
-      character.</li>
-      <li>Any
+<li>Any
       <a href="terminology.html#case-insensitive">case-insensitive match</a>
       for the string
-      "<code>DOCTYPE</code>".</li>
+      "<code>&lt;!DOCTYPE</code>".</li>
       <li>One or more
       <a href="terminology.html#space">space characters</a>.</li>
       <li>Any
@@ -199,16 +187,10 @@
     <dfn id="legacy-tool-compatible-doctype">legacy-tool-compatible doctype</dfn>
     consists of the following parts, in exactly the following order:</p>
     <ol>
-<li>A
-      "<code title="U+003C LESS-THAN SIGN">&lt;</code>"
-      character.</li>
-      <li>A
-      "<code title="U+0021 EXCLAMATION MARK">!</code>"
-      character.</li>
-      <li>Any
+<li>Any
       <a href="terminology.html#case-insensitive">case-insensitive match</a>
       for the string
-      "<code>DOCTYPE</code>".</li>
+      "<code>&lt;!DOCTYPE</code>".</li>
       <li>One or more
       <a href="terminology.html#space">space characters</a>.</li>
       <li>Any

Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Makefile	5 Mar 2010 02:19:36 -0000	1.95
+++ Makefile	5 Mar 2010 08:08:46 -0000	1.96
@@ -42,9 +42,6 @@
 endif
 
 all: Overview.html MANIFEST spec.html
-	 #$(PERL) $(PERLFLAGS) -pi -e 's| xmlns="http://www.w3.org/1999/xhtml"||' *.html
-	 #$(PERL) $(PERLFLAGS) -pi -e 's|</link>||' *.html
-	 #$(PERL) $(PERLFLAGS) -pi -e 's|</hr>||' *.html
 
 patch-schema: $(SCHEMA_FILES)
 	$(SVN) $(SVNFLAGS) diff --depth files  schema > $@

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- spec.html	5 Mar 2010 02:19:41 -0000	1.192
+++ spec.html	5 Mar 2010 08:08:46 -0000	1.193
@@ -1090,16 +1090,10 @@
     consists of the following parts, in exactly the following
     order:</p>
     <ol>
-<li>A
-      "<code title="U+003C LESS-THAN SIGN">&lt;</code>"
-      character.</li>
-      <li>A
-      "<code title="U+0021 EXCLAMATION MARK">!</code>"
-      character.</li>
-      <li>Any
+<li>Any
       <a href="#case-insensitive">case-insensitive match</a>
       for the string
-      "<code>DOCTYPE</code>".</li>
+      "<code>&lt;!DOCTYPE</code>".</li>
       <li>One or more
       <a href="#space">space characters</a>.</li>
       <li>Any
@@ -1121,16 +1115,10 @@
     <dfn id="deprecated-doctype">deprecated doctype</dfn>
     consists of the following parts, in exactly the following order:</p>
     <ol>
-<li>A
-      "<code title="U+003C LESS-THAN SIGN">&lt;</code>"
-      character.</li>
-      <li>A
-      "<code title="U+0021 EXCLAMATION MARK">!</code>"
-      character.</li>
-      <li>Any
+<li>Any
       <a href="#case-insensitive">case-insensitive match</a>
       for the string
-      "<code>DOCTYPE</code>".</li>
+      "<code>&lt;!DOCTYPE</code>".</li>
       <li>One or more
       <a href="#space">space characters</a>.</li>
       <li>Any
@@ -1211,16 +1199,10 @@
     <dfn id="legacy-tool-compatible-doctype">legacy-tool-compatible doctype</dfn>
     consists of the following parts, in exactly the following order:</p>
     <ol>
-<li>A
-      "<code title="U+003C LESS-THAN SIGN">&lt;</code>"
-      character.</li>
-      <li>A
-      "<code title="U+0021 EXCLAMATION MARK">!</code>"
-      character.</li>
-      <li>Any
+<li>Any
       <a href="#case-insensitive">case-insensitive match</a>
       for the string
-      "<code>DOCTYPE</code>".</li>
+      "<code>&lt;!DOCTYPE</code>".</li>
       <li>One or more
       <a href="#space">space characters</a>.</li>
       <li>Any

Received on Friday, 5 March 2010 08:08:50 UTC