Skip to content

Commit

Permalink
[giow] (1) Make a second (bogus) <body> reset the frameset-ok flag.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10630

git-svn-id: http://svn.whatwg.org/webapps@5534 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 28, 2010
1 parent 964eb8a commit d09d218
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
11 changes: 6 additions & 5 deletions complete.html
Expand Up @@ -80694,11 +80694,12 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df
<a href=#stack-of-open-elements>stack of open elements</a> has only one node on it,
then ignore the token. (<a href=#fragment-case>fragment case</a>)</p>

<p>Otherwise, for each attribute on the token, check to see if
the attribute is already present on the <code><a href=#the-body-element-0>body</a></code>
element (the second element) on the <a href=#stack-of-open-elements>stack of open
elements</a>. If it is not, add the attribute and its
corresponding value to that element.</p>
<p>Otherwise, set the <a href=#frameset-ok-flag>frameset-ok flag</a> to "not ok";
then, for each attribute on the token, check to see if the
attribute is already present on the <code><a href=#the-body-element-0>body</a></code> element (the
second element) on the <a href=#stack-of-open-elements>stack of open elements</a>, and if
it is not, add the attribute and its corresponding value to that
element.</p>

</dd>

Expand Down
11 changes: 6 additions & 5 deletions index
Expand Up @@ -76608,11 +76608,12 @@ document.body.appendChild(text);
<a href=#stack-of-open-elements>stack of open elements</a> has only one node on it,
then ignore the token. (<a href=#fragment-case>fragment case</a>)</p>

<p>Otherwise, for each attribute on the token, check to see if
the attribute is already present on the <code><a href=#the-body-element-0>body</a></code>
element (the second element) on the <a href=#stack-of-open-elements>stack of open
elements</a>. If it is not, add the attribute and its
corresponding value to that element.</p>
<p>Otherwise, set the <a href=#frameset-ok-flag>frameset-ok flag</a> to "not ok";
then, for each attribute on the token, check to see if the
attribute is already present on the <code><a href=#the-body-element-0>body</a></code> element (the
second element) on the <a href=#stack-of-open-elements>stack of open elements</a>, and if
it is not, add the attribute and its corresponding value to that
element.</p>

</dd>

Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -92203,11 +92203,12 @@ document.body.appendChild(text);
<span>stack of open elements</span> has only one node on it,
then ignore the token. (<span>fragment case</span>)</p>

<p>Otherwise, for each attribute on the token, check to see if
the attribute is already present on the <code>body</code>
element (the second element) on the <span>stack of open
elements</span>. If it is not, add the attribute and its
corresponding value to that element.</p>
<p>Otherwise, set the <span>frameset-ok flag</span> to "not ok";
then, for each attribute on the token, check to see if the
attribute is already present on the <code>body</code> element (the
second element) on the <span>stack of open elements</span>, and if
it is not, add the attribute and its corresponding value to that
element.</p>

</dd>

Expand Down

0 comments on commit d09d218

Please sign in to comment.