Skip to content

Commit

Permalink
[e] (0) xref error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3767 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 7, 2009
1 parent 18a32a2 commit c6591b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -17814,7 +17814,7 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement
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>
Expand Down Expand Up @@ -18138,7 +18138,7 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement
</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>

Expand Down Expand Up @@ -18178,7 +18178,7 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement
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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -19562,7 +19562,7 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {

<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>
Expand Down

0 comments on commit c6591b7

Please sign in to comment.