[html5] r5534 - [giow] (1) Make a second (bogus) <body> reset the frameset-ok flag. Fixing http: [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 28 14:57:20 PDT 2010
Author: ianh
Date: 2010-09-28 14:57:19 -0700 (Tue, 28 Sep 2010)
New Revision: 5534
Modified:
complete.html
index
source
Log:
[giow] (1) Make a second (bogus) <body> reset the frameset-ok flag.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10630
Modified: complete.html
===================================================================
--- complete.html 2010-09-28 21:52:28 UTC (rev 5533)
+++ complete.html 2010-09-28 21:57:19 UTC (rev 5534)
@@ -80694,11 +80694,12 @@
<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>
Modified: index
===================================================================
--- index 2010-09-28 21:52:28 UTC (rev 5533)
+++ index 2010-09-28 21:57:19 UTC (rev 5534)
@@ -76608,11 +76608,12 @@
<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>
Modified: source
===================================================================
--- source 2010-09-28 21:52:28 UTC (rev 5533)
+++ source 2010-09-28 21:57:19 UTC (rev 5534)
@@ -92203,11 +92203,12 @@
<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>
More information about the Commit-Watchers
mailing list