[html5] r1639 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon May 19 16:40:13 PDT 2008


Author: ianh
Date: 2008-05-19 16:40:12 -0700 (Mon, 19 May 2008)
New Revision: 1639

Modified:
   index
   source
Log:
[] (0) Oops, missed one of the requirements. (credit: roc, iirc)

Modified: index
===================================================================
--- index	2008-05-19 23:33:25 UTC (rev 1638)
+++ index	2008-05-19 23:40:12 UTC (rev 1639)
@@ -14282,6 +14282,19 @@
      href="#iframe">iframe</a></code> at its current width.
 
    <li>
+    <p>In visual media, in a CSS-supporting user agent: the user agent must
+     force the height of the initial containing block of the <a
+     href="#active">active document</a> of the <a href="#nested0">nested
+     browsing context</a> of the <code><a href="#iframe">iframe</a></code> to
+     zero.</p>
+
+    <p class=note>This is intended to get around the otherwise circular
+     dependency of percentage dimensions that depend on the height of the
+     containing block, thus affecting the height of the document's bounding
+     box, thus affecting the height of the viewport, thus affecting the size
+     of the initial containing block.</p>
+
+   <li>
     <p>In speech media, the user agent should render the <a
      href="#nested0">nested browsing context</a> without announcing that it
      is a separate document.

Modified: source
===================================================================
--- source	2008-05-19 23:33:25 UTC (rev 1638)
+++ source	2008-05-19 23:40:12 UTC (rev 1639)
@@ -12287,6 +12287,22 @@
    height of the bounding box around the content rendered in the
    <code>iframe</code> at its current width.</p></li>
 
+   <li>
+
+    <p>In visual media, in a CSS-supporting user agent: the user agent
+    must force the height of the initial containing block of the
+    <span>active document</span> of the <span>nested browsing
+    context</span> of the <code>iframe</code> to zero.</p>
+
+    <p class="note">This is intended to get around the otherwise
+    circular dependency of percentage dimensions that depend on the
+    height of the containing block, thus affecting the height of the
+    document's bounding box, thus affecting the height of the
+    viewport, thus affecting the size of the initial containing
+    block.</p>
+
+   </li>
+
    <li><p>In speech media, the user agent should render the <span>nested
    browsing context</span> without announcing that it is a separate
    document.</p></li>




More information about the Commit-Watchers mailing list