Skip to content

Commit

Permalink
[e] (0) clarify a parenthetical
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15634
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7104 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 15, 2012
1 parent 2681ce0 commit 2ed0f94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -87603,7 +87603,9 @@ <h5 id=after-attribute-value-(quoted)-state><span class=secno>12.2.4.42 </span><
the last consumed character (i.e. up to the character just before
the U+003E or EOF character), but with any U+0000 NULL characters
replaced by U+FFFD REPLACEMENT CHARACTER characters. (If the comment
was started by the end of the file (EOF), the token is empty.)</p>
was started by the end of the file (EOF), the token is empty.
Similarly, the token is empty if it was generated by the string
"<code title="">&lt;!&gt;</code>".)</p>

<p>Switch to the <a href=#data-state>data state</a>.</p>

Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -87603,7 +87603,9 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
the last consumed character (i.e. up to the character just before
the U+003E or EOF character), but with any U+0000 NULL characters
replaced by U+FFFD REPLACEMENT CHARACTER characters. (If the comment
was started by the end of the file (EOF), the token is empty.)</p>
was started by the end of the file (EOF), the token is empty.
Similarly, the token is empty if it was generated by the string
"<code title="">&lt;!&gt;</code>".)</p>

<p>Switch to the <a href=#data-state>data state</a>.</p>

Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -101808,7 +101808,9 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
the last consumed character (i.e. up to the character just before
the U+003E or EOF character), but with any U+0000 NULL characters
replaced by U+FFFD REPLACEMENT CHARACTER characters. (If the comment
was started by the end of the file (EOF), the token is empty.)</p>
was started by the end of the file (EOF), the token is empty.
Similarly, the token is empty if it was generated by the string
"<code title="">&lt;!></code>".)</p>

<p>Switch to the <span>data state</span>.</p>

Expand Down

0 comments on commit 2ed0f94

Please sign in to comment.