- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Feb 2009 02:03:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4938 Modified Files: Overview.html Log Message: Make clear that <iframe seamless> doesn't change height based on scroll position. (credit: ro) (whatwg r2829) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1999 retrieving revision 1.2000 diff -u -d -r1.1999 -r1.2000 --- Overview.html 17 Feb 2009 22:02:12 -0000 1.1999 +++ Overview.html 18 Feb 2009 02:03:37 -0000 1.2000 @@ -10,7 +10,7 @@ <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>HTML 5</h1> <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 17 February 2009 --><!--:ZZZ--></h2> + <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 18 February 2009 --><!--:ZZZ--></h2> <dl><!-- ZZZ: update the month/day (twice), uncomment out --><dt>This Version:</dt> <dd><a href=http://www.w3.org/TR/2009/WD-html5-20090212/>http://www.w3.org/TR/2009/WD-html5-20090212/</a></dd> <!-- :ZZZ --> @@ -100,7 +100,7 @@ track. <!--ZZZ:--> This specification is the 12 February 2009 Working Draft. - <!-- This specification is the 17 February 2009 Editor's Draft. --> + <!-- This specification is the 18 February 2009 Editor's Draft. --> <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -13834,10 +13834,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> @@ -47471,7 +47475,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><p>In addition, rules setting the 'quotes' property appropriately for the locales and languages understood by the user are expected to
Received on Wednesday, 18 February 2009 02:03:49 UTC