Skip to content

Commit

Permalink
[e] (0) Clarify <frameset> parsing behaviour.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3225 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 12, 2009
1 parent fc886a7 commit 7efce66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -62671,8 +62671,8 @@ document.body.appendChild(text);
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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -76759,8 +76759,8 @@ document.body.appendChild(text);
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>
Expand Down

0 comments on commit 7efce66

Please sign in to comment.