html5/markup/src syntax.html,1.80,1.81

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

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


Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/src/syntax.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- syntax.html	5 Mar 2010 02:19:42 -0000	1.80
+++ syntax.html	5 Mar 2010 08:08:47 -0000	1.81
@@ -33,16 +33,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
       <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
@@ -64,16 +58,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
       <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
@@ -153,16 +141,10 @@
       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
       <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