[html5] r3225 - [e] (0) Clarify <frameset> parsing behaviour.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 11 18:11:50 PDT 2009
Author: ianh
Date: 2009-06-11 18:11:47 -0700 (Thu, 11 Jun 2009)
New Revision: 3225
Modified:
index
source
Log:
[e] (0) Clarify <frameset> parsing behaviour.
Modified: index
===================================================================
--- index 2009-06-12 01:08:10 UTC (rev 3224)
+++ index 2009-06-12 01:11:47 UTC (rev 3225)
@@ -62671,8 +62671,8 @@
elements</a> from its parent node, if it has one.</li>
<li><p>Pop all the nodes from the bottom of the <a href=#stack-of-open-elements>stack of
- open elements</a>, from the <a href=#current-node>current node</a> up to
- the root <code><a href=#the-html-element>html</a></code> element.</p>
+ open elements</a>, from the <a href=#current-node>current node</a> up to,
+ but not including, the root <code><a href=#the-html-element>html</a></code> element.</p>
<li><p><a href=#insert-an-html-element>Insert an HTML element</a> for the
token.</li>
Modified: source
===================================================================
--- source 2009-06-12 01:08:10 UTC (rev 3224)
+++ source 2009-06-12 01:11:47 UTC (rev 3225)
@@ -76759,8 +76759,8 @@
elements</span> from its parent node, if it has one.</p></li>
<li><p>Pop all the nodes from the bottom of the <span>stack of
- open elements</span>, from the <span>current node</span> up to
- the root <code>html</code> element.</p>
+ open elements</span>, from the <span>current node</span> up to,
+ but not including, the root <code>html</code> element.</p>
<li><p><span>Insert an HTML element</span> for the
token.</p></li>
More information about the Commit-Watchers
mailing list