[html5] r3767 - [e] (0) xref error
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 7 04:04:03 PDT 2009
Author: ianh
Date: 2009-09-07 04:04:02 -0700 (Mon, 07 Sep 2009)
New Revision: 3767
Modified:
index
source
Log:
[e] (0) xref error
Modified: index
===================================================================
--- index 2009-09-07 11:02:28 UTC (rev 3766)
+++ index 2009-09-07 11:04:02 UTC (rev 3767)
@@ -17814,7 +17814,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>
@@ -18138,7 +18138,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>
@@ -18178,7 +18178,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>
Modified: source
===================================================================
--- source 2009-09-07 11:02:28 UTC (rev 3766)
+++ source 2009-09-07 11:04:02 UTC (rev 3767)
@@ -19562,7 +19562,7 @@
<p>The IDL attributes <dfn
title="dom-img-naturalWidth"><code>naturalWidth</code></dfn> and
- <dfn title="dom-img-nturalHeight"><code>naturalHeight</code></dfn>
+ <dfn 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">available</i>, or
else 0. <a href="#refsCSS">[CSS]</a></p>
More information about the Commit-Watchers
mailing list