html5/spec Overview.html,1.2536,1.2537

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23186

Modified Files:
	Overview.html 
Log Message:
Clarify some hard-to-read prose about drawImage() with animated images. (whatwg r3407)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2536
retrieving revision 1.2537
diff -u -d -r1.2536 -r1.2537
--- Overview.html	14 Jul 2009 05:45:29 -0000	1.2536
+++ Overview.html	14 Jul 2009 06:13:49 -0000	1.2537
@@ -20634,9 +20634,10 @@
   affected by the current transformation matrix.</p>
 
   <p>When the <code title="dom-context-2d-createPattern"><a href="#dom-context-2d-createpattern">createPattern()</a></code> method
-  is passed, as its <var title="">image</var> argument, an animated
-  image, the poster frame of the animation, or the first frame of the
-  animation if there is no poster frame, must be used.</p>
+  is passed an animated image as its <var title="">image</var>
+  argument, the user agent must use the poster frame of the animation,
+  or, if there is no poster frame, the first frame of the
+  animation.</p>
   <!-- drawImage() has an equivalent paragraph -->
 
   <p>When the <var title="">image</var> argument is an
@@ -21910,11 +21911,11 @@
   back onto the canvas, so it is possible to copy parts of a canvas
   onto overlapping parts of itself.</p>
 
-  <p>When the <code title="dom-context-2d-drawImage"><a href="#dom-context-2d-drawimage">drawImage()</a></code> method is
-  passed, as its <var title="">image</var> argument, an
-  <code><a href="#htmlimageelement">HTMLImageElement</a></code> representing an animated image, the
-  poster frame of the animation, or the first frame of the animation
-  if there is no poster frame, must be used.</p>
+  <p>When the <code title="dom-context-2d-drawImage"><a href="#dom-context-2d-drawimage">drawImage()</a></code> method
+  is passed an animated image as its <var title="">image</var>
+  argument, the user agent must use the poster frame of the animation,
+  or, if there is no poster frame, the first frame of the
+  animation.</p>
   <!-- createPattern() has an equivalent paragraph -->
 
   <p>When the <var title="">image</var> argument is an
@@ -65171,6 +65172,7 @@
   Anders Carlsson,
   Andreas<!-- mqmq87 -->,
   Andrei Popescu,
+  Andr&eacute; E. Veltstra,
   Andrew Clover,
   Andrew Gove,
   Andrew Sidwell,

Received on Tuesday, 14 July 2009 06:14:02 UTC