[html5] r5826 - [giowt] (1) Parser: omitted to include NULL-handling for ''-quoted strings. Oops [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 3 13:15:21 PST 2011


Author: ianh
Date: 2011-02-03 13:15:19 -0800 (Thu, 03 Feb 2011)
New Revision: 5826

Modified:
   complete.html
   index
   source
Log:
[giowt] (1) Parser: omitted to include NULL-handling for ''-quoted strings. Oops.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11262

Modified: complete.html
===================================================================
--- complete.html	2011-02-03 21:12:41 UTC (rev 5825)
+++ complete.html	2011-02-03 21:15:19 UTC (rev 5826)
@@ -79253,6 +79253,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>

Modified: index
===================================================================
--- index	2011-02-03 21:12:41 UTC (rev 5825)
+++ index	2011-02-03 21:15:19 UTC (rev 5826)
@@ -75229,6 +75229,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>

Modified: source
===================================================================
--- source	2011-02-03 21:12:41 UTC (rev 5825)
+++ source	2011-02-03 21:15:19 UTC (rev 5826)
@@ -89797,6 +89797,10 @@
    state</span>, with the <span>additional allowed character</span>
    being U+0027 APOSTROPHE (').</dd>
 
+   <dt>U+0000 NULL</dt>
+   <dd><span>Parse error</span>. Append a U+FFFD REPLACEMENT CHARACTER
+   character to the current attribute's value.</dd>
+
    <dt>EOF</dt>
    <dd><span>Parse error</span>. Reconsume the EOF character in the
    <span>data state</span>.</dd>




More information about the Commit-Watchers mailing list