html5/spec Overview.html,1.3075,1.3076

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

Modified Files:
	Overview.html 
Log Message:
Forgot video here. (whatwg r3914)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3075
retrieving revision 1.3076
diff -u -d -r1.3075 -r1.3076
--- Overview.html	19 Sep 2009 22:15:43 -0000	1.3075
+++ Overview.html	19 Sep 2009 22:17:06 -0000	1.3076
@@ -22061,9 +22061,9 @@
 
   <p>To create objects of this type, the <dfn id="dom-context-2d-createpattern" title="dom-context-2d-createPattern"><code>createPattern(<var title="">image</var>, <var title="">repetition</var>)</code></dfn>
   method is used. The first argument gives the image to use as the
-  pattern (either an <code><a href="#htmlimageelement">HTMLImageElement</a></code> or an
-  <code><a href="#htmlcanvaselement">HTMLCanvasElement</a></code>). Modifying this image after calling
-  the <code title="dom-context-2d-createPattern"><a href="#dom-context-2d-createpattern">createPattern()</a></code> method
+  pattern (either an <code><a href="#htmlimageelement">HTMLImageElement</a></code>,
+  <code><a href="#htmlcanvaselement">HTMLCanvasElement</a></code>, or <code><a href="#htmlvideoelement">HTMLVideoElement</a></code>
+  object). Modifying this image after calling the <code title="dom-context-2d-createPattern"><a href="#dom-context-2d-createpattern">createPattern()</a></code> method
   must not affect the pattern. The second argument must be a string
   with one of the following values: <code title="">repeat</code>,
   <code title="">repeat-x</code>, <code title="">repeat-y</code>,

Received on Saturday, 19 September 2009 22:17:20 UTC