Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2681 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 20, 2009
1 parent dcbf5a3 commit 643a119
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions index
Expand Up @@ -22,7 +22,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 17 January 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 20 January 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -15210,10 +15210,10 @@ interface <dfn id=htmlimageelement>HTMLImageElement</dfn> : <a href=#htmlelement
<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=#refsCSS21>[CSS21]</a></p>
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=#refsCSS21>[CSS21]</a></p>

<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,
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -16280,10 +16280,10 @@ interface <dfn>HTMLImageElement</dfn> : <span>HTMLElement</span> {
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="#refsCSS21">[CSS21]</a></p>
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="#refsCSS21">[CSS21]</a></p>

<p>The DOM attribute <dfn
title="dom-img-complete"><code>complete</code></dfn> must return
Expand Down

0 comments on commit 643a119

Please sign in to comment.