hixie: Fix the <frameset> rendering rule to trigger when 'the body element' is frameset, not just when the second child of the root element is. (whatwg r6663)

hixie: Fix the <frameset> rendering rule to trigger when 'the body
element' is frameset, not just when the second child of the root element
is. (whatwg r6663)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5342&r2=1.5343&f=h
http://html5.org/tools/web-apps-tracker?from=6662&to=6663

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5342
retrieving revision 1.5343
diff -u -d -r1.5342 -r1.5343
--- Overview.html 11 Oct 2011 23:11:18 -0000 1.5342
+++ Overview.html 11 Oct 2011 23:16:08 -0000 1.5343
@@ -67055,10 +67055,11 @@
 
   <h3 id="frames-and-framesets"><span class="secno">10.6 </span>Frames and framesets</h3>
 
-  <p>When an <code><a href="#the-html-element">html</a></code> element's second child element is a
-  <code><a href="#frameset">frameset</a></code> element, the user agent is expected to render
-  the <code><a href="#frameset">frameset</a></code> element as described below across the
-  surface of the viewport, instead of applying the usual CSS rendering
+  <p>When an <code><a href="#the-html-element">html</a></code> element's <a href="#the-body-element-0" title="the body
+  element">body element</a> is actually a <code><a href="#frameset">frameset</a></code>
+  element, the user agent is expected to render the
+  <code><a href="#frameset">frameset</a></code> element as described below across the surface
+  of the viewport, instead of applying the usual CSS rendering
   rules.</p>
 
   <p>When rendering a <code><a href="#frameset">frameset</a></code> on a surface, the user

Received on Tuesday, 11 October 2011 23:16:22 UTC