[html5] r7314 - [] (0) Try to clarify the 'bounding box' stuff for seamless. Fixing https://www. [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 4 16:09:31 PDT 2012


Author: ianh
Date: 2012-09-04 16:09:29 -0700 (Tue, 04 Sep 2012)
New Revision: 7314

Modified:
   complete.html
   index
   source
Log:
[] (0) Try to clarify the 'bounding box' stuff for seamless.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15035
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-04 22:57:11 UTC (rev 7313)
+++ complete.html	2012-09-04 23:09:29 UTC (rev 7314)
@@ -26912,12 +26912,14 @@
 
    <li><p>In visual media, in a CSS-supporting user agent: the user
    agent should set the intrinsic height of the <code><a href=#the-iframe-element>iframe</a></code> to
-   the height of the bounding box around the content rendered in the
+   the shortest height that would make the content rendered in the
    <code><a href=#the-iframe-element>iframe</a></code> at its current width (as given in the previous
-   bullet point), as it would be if the scrolling position was such
-   that the top of the viewport for the content rendered in the
-   <code><a href=#the-iframe-element>iframe</a></code> was aligned with the origin of that content's
-   canvas.</li>
+   bullet point) have no scrollable overflow at its bottom edge<!--,
+   if the scrolling position was such that the top of the viewport for
+   the content rendered in the <code>iframe</code> was aligned with
+   the origin of that content's canvas-->. Scrollable overflow is any
+   overflow that would increase the range to which a scrollbar or
+   other scrolling mechanism can scroll.</li>
 
    <li>
 

Modified: index
===================================================================
--- index	2012-09-04 22:57:11 UTC (rev 7313)
+++ index	2012-09-04 23:09:29 UTC (rev 7314)
@@ -26912,12 +26912,14 @@
 
    <li><p>In visual media, in a CSS-supporting user agent: the user
    agent should set the intrinsic height of the <code><a href=#the-iframe-element>iframe</a></code> to
-   the height of the bounding box around the content rendered in the
+   the shortest height that would make the content rendered in the
    <code><a href=#the-iframe-element>iframe</a></code> at its current width (as given in the previous
-   bullet point), as it would be if the scrolling position was such
-   that the top of the viewport for the content rendered in the
-   <code><a href=#the-iframe-element>iframe</a></code> was aligned with the origin of that content's
-   canvas.</li>
+   bullet point) have no scrollable overflow at its bottom edge<!--,
+   if the scrolling position was such that the top of the viewport for
+   the content rendered in the <code>iframe</code> was aligned with
+   the origin of that content's canvas-->. Scrollable overflow is any
+   overflow that would increase the range to which a scrollbar or
+   other scrolling mechanism can scroll.</li>
 
    <li>
 

Modified: source
===================================================================
--- source	2012-09-04 22:57:11 UTC (rev 7313)
+++ source	2012-09-04 23:09:29 UTC (rev 7314)
@@ -29016,12 +29016,14 @@
 
    <li><p>In visual media, in a CSS-supporting user agent: the user
    agent should set the intrinsic height of the <code>iframe</code> to
-   the height of the bounding box around the content rendered in the
+   the shortest height that would make the content rendered in the
    <code>iframe</code> at its current width (as given in the previous
-   bullet point), as it would be if the scrolling position was such
-   that the top of the viewport for the content rendered in the
-   <code>iframe</code> was aligned with the origin of that content's
-   canvas.</p></li>
+   bullet point) have no scrollable overflow at its bottom edge<!--,
+   if the scrolling position was such that the top of the viewport for
+   the content rendered in the <code>iframe</code> was aligned with
+   the origin of that content's canvas-->. Scrollable overflow is any
+   overflow that would increase the range to which a scrollbar or
+   other scrolling mechanism can scroll.</p></li>
 
    <li>
 




More information about the Commit-Watchers mailing list