[html5] r2829 - [] (0) Make clear that <iframe seamless> doesn't change height based on scroll p [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Feb 17 18:03:33 PST 2009
Author: ianh
Date: 2009-02-17 18:03:32 -0800 (Tue, 17 Feb 2009)
New Revision: 2829
Modified:
index
source
Log:
[] (0) Make clear that <iframe seamless> doesn't change height based on scroll position. (credit: ro)
Modified: index
===================================================================
--- index 2009-02-17 22:02:06 UTC (rev 2828)
+++ index 2009-02-18 02:03:32 UTC (rev 2829)
@@ -34,7 +34,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 17 February 2009</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 18 February 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
@@ -16882,10 +16882,14 @@
width that the element would have if it was a non-replaced
block-level element with 'width: auto'.</li>
- <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
- <code><a href=#the-iframe-element>iframe</a></code> at its current width.</li>
+ <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
+ <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>
<li>
@@ -57410,7 +57414,7 @@
table { border-style: outset; }
td, th { border-style: inset; }
-[dir=ltr] { direction: lrt; unicode-bidi: embed; }
+[dir=ltr] { direction: ltr; unicode-bidi: embed; }
[dir=rtl] { direction: rtl; unicode-bidi: embed; }
bdo[dir=ltr], bdo[dir=rtl] { unicode-bidi: bidi-override; }</pre>
Modified: source
===================================================================
--- source 2009-02-17 22:02:06 UTC (rev 2828)
+++ source 2009-02-18 02:03:32 UTC (rev 2829)
@@ -18020,10 +18020,14 @@
width that the element would have if it was a non-replaced
block-level element with 'width: auto'.</p></li>
- <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
- <code>iframe</code> at its current width.</p></li>
+ <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
+ <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>
<li>
@@ -62995,7 +62999,7 @@
table { border-style: outset; }
td, th { border-style: inset; }
-[dir=ltr] { direction: lrt; unicode-bidi: embed; }
+[dir=ltr] { direction: ltr; unicode-bidi: embed; }
[dir=rtl] { direction: rtl; unicode-bidi: embed; }
bdo[dir=ltr], bdo[dir=rtl] { unicode-bidi: bidi-override; }</pre>
More information about the Commit-Watchers
mailing list