Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Make clear that <iframe seamless> doesn't change height based …
…on scroll position. (credit: ro)

git-svn-id: http://svn.whatwg.org/webapps@2829 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 18, 2009
1 parent 76e033c commit 2898fa9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
16 changes: 10 additions & 6 deletions index
Expand Up @@ -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-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 17 February 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 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>
Expand Down Expand Up @@ -16882,10 +16882,14 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
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>

Expand Down Expand Up @@ -57410,7 +57414,7 @@ ul ul dl, ul ul menu, ul ul ul {
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>

Expand Down
14 changes: 9 additions & 5 deletions source
Expand Up @@ -18020,10 +18020,14 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
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>

Expand Down Expand Up @@ -62995,7 +62999,7 @@ ul ul dl, ul ul menu, ul ul ul {
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>

Expand Down

0 comments on commit 2898fa9

Please sign in to comment.