- From: poot <cvsmail@w3.org>
- Date: Fri, 06 May 2011 17:38:54 -0400
- To: public-html-diffs@w3.org
hixie: missing a rather key point here... (whatwg r6108)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4909&r2=1.4910&f=h
http://html5.org/tools/web-apps-tracker?from=6107&to=6108
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4909
retrieving revision 1.4910
diff -u -d -r1.4909 -r1.4910
--- Overview.html 6 May 2011 20:09:31 -0000 1.4909
+++ Overview.html 6 May 2011 21:35:48 -0000 1.4910
@@ -57365,9 +57365,9 @@
state</a>.</dd>
<dt>U+0000 NULL</dt>
- <dd><a href="#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="#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 (>)</dt>
<dd><a href="#parse-error">Parse error</a>. Create a new DOCTYPE token. Set its
Received on Friday, 6 May 2011 21:38:56 UTC