hixie: Parser: omitted to include NULL-handling for ''-quoted strings. Oops. (whatwg r5826)

hixie: Parser: omitted to include NULL-handling for ''-quoted strings.
Oops. (whatwg r5826)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4681&r2=1.4682&f=h
http://html5.org/tools/web-apps-tracker?from=5825&to=5826

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4681
retrieving revision 1.4682
diff -u -d -r1.4681 -r1.4682
--- Overview.html 3 Feb 2011 21:01:11 -0000 1.4681
+++ Overview.html 3 Feb 2011 21:15:25 -0000 1.4682
@@ -57055,6 +57055,10 @@
    state</a>, with the <a href="#additional-allowed-character">additional allowed character</a>
    being U+0027 APOSTROPHE (').</dd>
 
+   <dt>U+0000 NULL</dt>
+   <dd><a href="#parse-error">Parse error</a>. Append a U+FFFD REPLACEMENT CHARACTER
+   character to the current attribute's value.</dd>
+
    <dt>EOF</dt>
    <dd><a href="#parse-error">Parse error</a>. Reconsume the EOF character in the
    <a href="#data-state">data state</a>.</dd>

Received on Thursday, 3 February 2011 21:16:37 UTC