Skip to content

Commit

Permalink
[t] (0) After a LOT of studying crazy browsers, I've decided to make …
Browse files Browse the repository at this point in the history
…a tiny change here to the way </font> end tags are handled.

git-svn-id: http://svn.whatwg.org/webapps@884 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 12, 2007
1 parent 962789e commit aac9731
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 4 additions & 5 deletions index
Expand Up @@ -22,7 +22,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 11 June 2007</h2>
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 12 June 2007</h2>

<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
Expand Down Expand Up @@ -36163,10 +36163,9 @@ simplified explanation instead:
with the same tag name as that of the token, then this is a <a
href="#parse">parse error</a>.</p>

<p>If the <a href="#stack">stack of open elements</a> <a
href="#have-an">has an element in scope</a> with the same tag name
as that of the token, then pop elements from this stack until an
element with that tag name has been popped from the stack.</p>
<p>Otherwise, if the <a href="#current4">current node</a> is an
element with the same tag name as that of the token pop that element
from the stack.</p>

<p>In any case, set the <a href="#form-element"><code
title="">form</code> element pointer</a> to null.</p>
Expand Down
7 changes: 3 additions & 4 deletions source
Expand Up @@ -33570,10 +33570,9 @@ simplified explanation instead:
with the same tag name as that of the token, then this is a
<span>parse error</span>.</p>

<p>If the <span>stack of open elements</span> <span>has an
element in scope</span> with the same tag name as that of the
token, then pop elements from this stack until an element with
that tag name has been popped from the stack.</p>
<p>Otherwise, if the <span>current node</span> is an element
with the same tag name as that of the token pop that element
from the stack.</p>

<p>In any case, set the <span><code title="">form</code>
element pointer</span> to null.</p>
Expand Down

0 comments on commit aac9731

Please sign in to comment.