- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Jan 2009 06:52:33 +0900 (JST)
- To: public-html-diffs@w3.org
typo (whatwg r2681) width http://people.w3.org/mike/diffs/html5/spec/Overview.1.1851.html#dom-img-width Editor's Draft 20 January 2009 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1851.html#editor-s-draft-date-zzz-9-june-2008 A vocabulary and associated APIs for HTML and XHTML http://people.w3.org/mike/diffs/html5/spec/Overview.1.1851.html#a-vocabulary-and-associated-apis-for-html-and-xhtml complete http://people.w3.org/mike/diffs/html5/spec/Overview.1.1851.html#dom-img-complete Status of this document http://people.w3.org/mike/diffs/html5/spec/Overview.1.1851.html#status-of-this-document http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1850&r2=1.1851&f=h http://html5.org/tools/web-apps-tracker?from=2680&to=2681 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1850 retrieving revision 1.1851 diff -u -d -r1.1850 -r1.1851 --- Overview.html 17 Jan 2009 19:53:27 -0000 1.1850 +++ Overview.html 20 Jan 2009 21:47:34 -0000 1.1851 @@ -8,7 +8,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=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->17 January 2009</h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->20 January 2009</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090610/">http://www.w3.org/TR/2009/WD-html5-20090610/</a></dd> @@ -97,7 +97,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> - This specification is the 17 January 2009 <!--ZZZ "Working Draft"-->Editor's Draft. + This specification is the 20 January 2009 <!--ZZZ "Working Draft"-->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) @@ -12386,10 +12386,10 @@ name.<p>The DOM attributes <dfn id=dom-img-width title=dom-img-width><code>width</code></dfn> and <dfn id=dom-img-height title=dom-img-height><code>height</code></dfn> must return the rendered width and height of the image, in CSS pixels, if the image is being rendered, and is being rendered to a visual medium; or else - the intrinsic with and height of the image, in CSS pixels, if the - image is <i>available</i> but not being rendered to a visual medium; or - else 0, if the image is not <i>available</i> or its dimensions are not - known. <a href=#references>[CSS21]</a><p>The DOM attribute <dfn id=dom-img-complete title=dom-img-complete><code>complete</code></dfn> must return + the intrinsic width and height of the image, in CSS pixels, if the + image is <i>available</i> but not being rendered to a visual medium; + or else 0, if the image is not <i>available</i> or its dimensions + are not known. <a href=#references>[CSS21]</a><p>The DOM attribute <dfn id=dom-img-complete title=dom-img-complete><code>complete</code></dfn> must return true if the user agent has fetched the image specified in the <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute, and it is a valid image, even if the final <a href=#concept-task title=concept-task>task</a> queued by the <a href=#networking-task-source>networking task source</a> for the <a href=#fetch title=fetch>fetching</a> of the image resource has not yet been
Received on Tuesday, 20 January 2009 21:53:09 UTC