[html5] r884 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 11 17:14:29 PDT 2007
Author: ianh
Date: 2007-06-11 17:14:28 -0700 (Mon, 11 Jun 2007)
New Revision: 884
Modified:
index
source
Log:
[t] (0) After a LOT of studying crazy browsers, I've decided to make a tiny change here to the way </font> end tags are handled.
Modified: index
===================================================================
--- index 2007-06-11 22:36:28 UTC (rev 883)
+++ index 2007-06-12 00:14:28 UTC (rev 884)
@@ -22,7 +22,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 11 June 2007</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 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
@@ -36163,10 +36163,9 @@
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>
Modified: source
===================================================================
--- source 2007-06-11 22:36:28 UTC (rev 883)
+++ source 2007-06-12 00:14:28 UTC (rev 884)
@@ -33570,10 +33570,9 @@
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>
More information about the Commit-Watchers
mailing list