- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 Sep 2009 11:00:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25113
Modified Files:
Overview.html
Log Message:
xref error (whatwg r3767)
Index: Overview.html
===================================================================
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:00:22 UTC