Navigation Menu

Skip to content

Commit

Permalink
[e] (0) Remove a redundant requirement in the Tag Open State.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8313

git-svn-id: http://svn.whatwg.org/webapps@4478 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 5, 2010
1 parent 8e1e4e6 commit bbd3b10
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions complete.html
Expand Up @@ -70317,11 +70317,6 @@ <h5 id=rawtext-state><span class=secno>11.2.4.5 </span><dfn>RAWTEXT state</dfn><
name state</a>. (Don't emit the token yet; further details will
be filled in before it is emitted.)</dd>

<dt>U+003E GREATER-THAN SIGN (&gt;)</dt>
<dd><a href=#parse-error>Parse error</a>. Emit a U+003C LESS-THAN SIGN
character token and a U+003E GREATER-THAN SIGN character
token. Switch to the <a href=#data-state>data state</a>.</dd>

<dt>U+003F QUESTION MARK (?)</dt>
<dd><a href=#parse-error>Parse error</a>. Switch to the <a href=#bogus-comment-state>bogus
comment state</a>.</dd>
Expand Down
5 changes: 0 additions & 5 deletions index
Expand Up @@ -61944,11 +61944,6 @@ interface <dfn id=messageport>MessagePort</dfn> {
name state</a>. (Don't emit the token yet; further details will
be filled in before it is emitted.)</dd>

<dt>U+003E GREATER-THAN SIGN (&gt;)</dt>
<dd><a href=#parse-error>Parse error</a>. Emit a U+003C LESS-THAN SIGN
character token and a U+003E GREATER-THAN SIGN character
token. Switch to the <a href=#data-state>data state</a>.</dd>

<dt>U+003F QUESTION MARK (?)</dt>
<dd><a href=#parse-error>Parse error</a>. Switch to the <a href=#bogus-comment-state>bogus
comment state</a>.</dd>
Expand Down
5 changes: 0 additions & 5 deletions source
Expand Up @@ -80243,11 +80243,6 @@ interface <dfn>MessagePort</dfn> {
name state</span>. (Don't emit the token yet; further details will
be filled in before it is emitted.)</dd>

<dt>U+003E GREATER-THAN SIGN (&gt;)</dt>
<dd><span>Parse error</span>. Emit a U+003C LESS-THAN SIGN
character token and a U+003E GREATER-THAN SIGN character
token. Switch to the <span>data state</span>.</dd>

<dt>U+003F QUESTION MARK (?)</dt>
<dd><span>Parse error</span>. Switch to the <span>bogus
comment state</span>.</dd>
Expand Down

0 comments on commit bbd3b10

Please sign in to comment.