Skip to content

Commit

Permalink
Fix an infinite loop when hitting </td> or </th> in a document, oops.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@36 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 22, 2006
1 parent c0779d6 commit c5e2343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -21205,7 +21205,8 @@ function receiver(e) {

<p>Otherwise:</p>

<p><span><a href="#generate">Generate implied end tags</a></span>.</p>
<p><span><a href="#generate">Generate implied end tags</a></span>,
except for elements with the same tag name as the token.</p>

<p>Now, if the <span><a href="#current3">current node</a></span> is
not a an element with the same tag name as the token, then this is a
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -19200,7 +19200,8 @@ function receiver(e) {

<p>Otherwise:</p>

<p><span>Generate implied end tags</span>.</p>
<p><span>Generate implied end tags</span>, except for elements
with the same tag name as the token.</p>

<p>Now, if the <span>current node</span> is not a an element
with the same tag name as the token, then this is a
Expand Down

0 comments on commit c5e2343

Please sign in to comment.