From 9dd420c453382f48aa8efe704eb430981e9c8122 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Tue, 4 Sep 2012 23:09:29 +0000 Subject: [PATCH] [] (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 git-svn-id: http://svn.whatwg.org/webapps@7314 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- complete.html | 12 +++++++----- index | 12 +++++++----- source | 12 +++++++----- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/complete.html b/complete.html index d6e7df86ec9..d37d9ef3379 100644 --- a/complete.html +++ b/complete.html @@ -26912,12 +26912,14 @@

4.8.2 The iframe

In visual media, in a CSS-supporting user agent: the user agent should set the intrinsic height of the iframe to - the height of the bounding box around the content rendered in the + the shortest height that would make the content rendered in the iframe 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 - iframe was aligned with the origin of that content's - canvas. + bullet point) have no scrollable overflow at its bottom edge. Scrollable overflow is any + overflow that would increase the range to which a scrollbar or + other scrolling mechanism can scroll.

  • diff --git a/index b/index index d6e7df86ec9..d37d9ef3379 100644 --- a/index +++ b/index @@ -26912,12 +26912,14 @@ href="?audio">audio</a> test instead.)</p>
  • In visual media, in a CSS-supporting user agent: the user agent should set the intrinsic height of the iframe to - the height of the bounding box around the content rendered in the + the shortest height that would make the content rendered in the iframe 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 - iframe was aligned with the origin of that content's - canvas.

  • + bullet point) have no scrollable overflow at its bottom edge. Scrollable overflow is any + overflow that would increase the range to which a scrollbar or + other scrolling mechanism can scroll.
  • diff --git a/source b/source index 9388cd13f45..6fb1139d5cd 100644 --- a/source +++ b/source @@ -29016,12 +29016,14 @@ href="?audio">audio</a> test instead.)</p>
  • In visual media, in a CSS-supporting user agent: the user agent should set the intrinsic height of the iframe to - the height of the bounding box around the content rendered in the + the shortest height that would make the content rendered in the iframe 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 - iframe was aligned with the origin of that content's - canvas.

  • + bullet point) have no scrollable overflow at its bottom edge. Scrollable overflow is any + overflow that would increase the range to which a scrollbar or + other scrolling mechanism can scroll.