- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Sep 2010 06:57:37 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make a second (bogus) <body> reset the frameset-ok flag. (whatwg r5534) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4421&r2=1.4422&f=h http://html5.org/tools/web-apps-tracker?from=5533&to=5534 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4421 retrieving revision 1.4422 diff -u -d -r1.4421 -r1.4422 --- Overview.html 28 Sep 2010 21:52:34 -0000 1.4421 +++ Overview.html 28 Sep 2010 21:57:25 -0000 1.4422 @@ -57809,11 +57809,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>
Received on Tuesday, 28 September 2010 21:58:07 UTC