html5/spec Overview.html,1.5342,1.5343

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1906

Modified Files:
	Overview.html 
Log Message:
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)

Index: Overview.html
===================================================================
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:14 UTC