[html5] r3914 - [e] (0) Forgot video here.

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 19 15:23:31 PDT 2009


Author: ianh
Date: 2009-09-19 15:23:31 -0700 (Sat, 19 Sep 2009)
New Revision: 3914

Modified:
   index
   source
Log:
[e] (0) Forgot video here.

Modified: index
===================================================================
--- index	2009-09-19 22:22:07 UTC (rev 3913)
+++ index	2009-09-19 22:23:31 UTC (rev 3914)
@@ -24992,9 +24992,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>,

Modified: source
===================================================================
--- source	2009-09-19 22:22:07 UTC (rev 3913)
+++ source	2009-09-19 22:23:31 UTC (rev 3914)
@@ -27255,9 +27255,9 @@
   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>HTMLImageElement</code> or an
-  <code>HTMLCanvasElement</code>). Modifying this image after calling
-  the <code
+  pattern (either an <code>HTMLImageElement</code>,
+  <code>HTMLCanvasElement</code>, or <code>HTMLVideoElement</code>
+  object). Modifying this image after calling the <code
   title="dom-context-2d-createPattern">createPattern()</code> method
   must not affect the pattern. The second argument must be a string
   with one of the following values: <code title="">repeat</code>,




More information about the Commit-Watchers mailing list