[html5] r2681 - [e] (0) typo

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 20 13:47:28 PST 2009


Author: ianh
Date: 2009-01-20 13:47:27 -0800 (Tue, 20 Jan 2009)
New Revision: 2681

Modified:
   index
   source
Log:
[e] (0) typo

Modified: index
===================================================================
--- index	2009-01-17 19:53:22 UTC (rev 2680)
+++ index	2009-01-20 21:47:27 UTC (rev 2681)
@@ -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-—-date:-01-jan-1901>Draft Recommendation — 17 January 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 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>
@@ -15210,10 +15210,10 @@
   <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,

Modified: source
===================================================================
--- source	2009-01-17 19:53:22 UTC (rev 2680)
+++ source	2009-01-20 21:47:27 UTC (rev 2681)
@@ -16280,10 +16280,10 @@
   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




More information about the Commit-Watchers mailing list