[html5] r6663 - [giow] (3) Fix the <frameset> rendering rule to trigger when 'the body element' [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 11 16:12:47 PDT 2011


Author: ianh
Date: 2011-10-11 16:12:46 -0700 (Tue, 11 Oct 2011)
New Revision: 6663

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Fix the <frameset> rendering rule to trigger when 'the body element' is frameset, not just when the second child of the root element is.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13926

Modified: complete.html
===================================================================
--- complete.html	2011-10-11 23:07:57 UTC (rev 6662)
+++ complete.html	2011-10-11 23:12:46 UTC (rev 6663)
@@ -95367,10 +95367,11 @@
 
   <h3 id=frames-and-framesets><span class=secno>15.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

Modified: index
===================================================================
--- index	2011-10-11 23:07:57 UTC (rev 6662)
+++ index	2011-10-11 23:12:46 UTC (rev 6663)
@@ -95367,10 +95367,11 @@
 
   <h3 id=frames-and-framesets><span class=secno>15.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

Modified: source
===================================================================
--- source	2011-10-11 23:07:57 UTC (rev 6662)
+++ source	2011-10-11 23:12:46 UTC (rev 6663)
@@ -108122,10 +108122,11 @@
 
   <h3>Frames and framesets</h3>
 
-  <p>When an <code>html</code> element's second child element is a
-  <code>frameset</code> element, the user agent is expected to render
-  the <code>frameset</code> element as described below across the
-  surface of the viewport, instead of applying the usual CSS rendering
+  <p>When an <code>html</code> element's <span title="the body
+  element">body element</span> is actually a <code>frameset</code>
+  element, the user agent is expected to render the
+  <code>frameset</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>frameset</code> on a surface, the user




More information about the Commit-Watchers mailing list