- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Sep 2010 21:57:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30385 Modified Files: Overview.html Log Message: Make a second (bogus) <body> reset the frameset-ok flag. (whatwg r5534) Index: Overview.html =================================================================== 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:57:30 UTC