html5/spec spec.html,1.1481,1.1482 tokenization.html,1.71,1.72

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11777

Modified Files:
	spec.html tokenization.html 
Log Message:
missing a rather key point here... (whatwg r6108)

[updated by splitter]


Index: tokenization.html
===================================================================
RCS file: /sources/public/html5/spec/tokenization.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- tokenization.html	3 May 2011 19:47:22 -0000	1.71
+++ tokenization.html	6 May 2011 21:46:42 -0000	1.72
@@ -1830,9 +1830,9 @@
    state</a>.</dd>
 
    <dt>U+0000 NULL</dt>
-   <dd><a href="parsing.html#parse-error">Parse error</a>. Set the token's name to a U+FFFD
-   REPLACEMENT CHARACTER character. Switch to the <a href="#doctype-name-state">DOCTYPE name
-   state</a>.</dd>
+   <dd><a href="parsing.html#parse-error">Parse error</a>. Create a new DOCTYPE token. Set the
+   token's name to a U+FFFD REPLACEMENT CHARACTER character. Switch to
+   the <a href="#doctype-name-state">DOCTYPE name state</a>.</dd>
 
    <dt>U+003E GREATER-THAN SIGN (&gt;)</dt>
    <dd><a href="parsing.html#parse-error">Parse error</a>. Create a new DOCTYPE token. Set its

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1481
retrieving revision 1.1482
diff -u -d -r1.1481 -r1.1482
--- spec.html	6 May 2011 20:47:50 -0000	1.1481
+++ spec.html	6 May 2011 21:46:42 -0000	1.1482
@@ -367,7 +367,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4909.
+This is revision 1.4910.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Friday, 6 May 2011 21:46:46 UTC