Skip to content

Commit

Permalink
[giowt] (1) Parser: omitted to include NULL-handling for ''-quoted st…
Browse files Browse the repository at this point in the history
…rings. Oops.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11262

git-svn-id: http://svn.whatwg.org/webapps@5826 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2011
1 parent 22d6064 commit 97d22dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Expand Up @@ -79253,6 +79253,10 @@ <h5 id=after-attribute-name-state><span class=secno>12.2.4.36 </span><dfn>After
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>
Expand Down
4 changes: 4 additions & 0 deletions index
Expand Up @@ -75229,6 +75229,10 @@ interface <dfn id=messageport>MessagePort</dfn> {
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>
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -89797,6 +89797,10 @@ interface <span>WindowLocalStorage</span> {
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>
Expand Down

0 comments on commit 97d22dd

Please sign in to comment.