[html5] r3471 - [e] (0) mention that scaling algorithm isn't defined

whatwg at whatwg.org whatwg at whatwg.org
Mon Jul 27 15:09:56 PDT 2009


Author: ianh
Date: 2009-07-27 15:09:54 -0700 (Mon, 27 Jul 2009)
New Revision: 3471

Modified:
   index
   source
Log:
[e] (0) mention that scaling algorithm isn't defined

Modified: index
===================================================================
--- index	2009-07-27 22:03:57 UTC (rev 3470)
+++ index	2009-07-27 22:09:54 UTC (rev 3471)
@@ -25097,6 +25097,9 @@
   image as it is rendered (e.g. <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> and <code title=attr-dim-height><a href=#attr-dim-height>height</a></code> attributes on the source
   element have no effect).</p>
 
+  <p class=note>This specification does not define the algorithm to
+  use when scaling the image, if necessary.</p>
+
   </div>
 
   <p><img alt="" src=images/drawImage.png></p> <!-- no alt="" text

Modified: source
===================================================================
--- source	2009-07-27 22:03:57 UTC (rev 3470)
+++ source	2009-07-27 22:09:54 UTC (rev 3471)
@@ -27468,6 +27468,9 @@
   title="attr-dim-height">height</code> attributes on the source
   element have no effect).</p>
 
+  <p class="note">This specification does not define the algorithm to
+  use when scaling the image, if necessary.</p>
+
   </div>
 
   <p><img src="images/drawImage.png" alt=""></p> <!-- no alt="" text




More information about the Commit-Watchers mailing list