- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Feb 2011 21:15:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15455
Modified Files:
Overview.html
Log Message:
Parser: omitted to include NULL-handling for ''-quoted strings. Oops. (whatwg r5826)
Index: Overview.html
===================================================================
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:15:31 UTC