- From: poot <cvsmail@w3.org>
- Date: Mon, 7 Sep 2009 20:00:28 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: xref error (whatwg r3767) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2936&r2=1.2937&f=h http://html5.org/tools/web-apps-tracker?from=3766&to=3767 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2936 retrieving revision 1.2937 diff -u -d -r1.2936 -r1.2937 --- Overview.html 7 Sep 2009 10:58:35 -0000 1.2936 +++ Overview.html 7 Sep 2009 11:00:09 -0000 1.2937 @@ -15495,7 +15495,7 @@ attribute unsigned long <a href="#dom-img-width" title="dom-img-width">width</a>; attribute unsigned long <a href="#dom-img-height" title="dom-img-height">height</a>; readonly attribute unsigned long <a href="#dom-img-naturalwidth" title="dom-img-naturalWidth">naturalWidth</a>; - readonly attribute unsigned long <span title="dom-img-naturalHeight">naturalHeight</span>; + readonly attribute unsigned long <a href="#dom-img-naturalheight" title="dom-img-naturalHeight">naturalHeight</a>; readonly attribute boolean <a href="#dom-img-complete" title="dom-img-complete">complete</a>; };</pre> </dd> @@ -15793,7 +15793,7 @@ </dd> <dt><var title="">image</var> . <code title="dom-img-naturalWidth"><a href="#dom-img-naturalwidth">naturalWidth</a></code></dt> - <dt><var title="">image</var> . <code title="dom-img-naturalHeight">naturalHeight</code></dt> + <dt><var title="">image</var> . <code title="dom-img-naturalHeight"><a href="#dom-img-naturalheight">naturalHeight</a></code></dt> <dd> @@ -15833,7 +15833,7 @@ of the same name.</p> <p>The IDL attributes <dfn id="dom-img-naturalwidth" title="dom-img-naturalWidth"><code>naturalWidth</code></dfn> and - <dfn id="dom-img-nturalheight" title="dom-img-nturalHeight"><code>naturalHeight</code></dfn> + <dfn id="dom-img-naturalheight" title="dom-img-naturalHeight"><code>naturalHeight</code></dfn> must return the intrinsic width and height of the image, in CSS pixels, if the image is <i title="img-available"><a href="#img-available">available</a></i>, or else 0. <a href="#refsCSS">[CSS]</a></p>
Received on Monday, 7 September 2009 11:01:07 UTC