[html5] r4887 - [e] (0) correct domintro for createPattern() Fixing http://www.w3.org/Bugs/Publi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Mar 28 22:19:04 PDT 2010
Author: ianh
Date: 2010-03-28 22:19:03 -0700 (Sun, 28 Mar 2010)
New Revision: 4887
Modified:
complete.html
index
source
Log:
[e] (0) correct domintro for createPattern()
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9120
Modified: complete.html
===================================================================
--- complete.html 2010-03-29 05:15:22 UTC (rev 4886)
+++ complete.html 2010-03-29 05:19:03 UTC (rev 4887)
@@ -26466,7 +26466,7 @@
<p>Returns a <code><a href=#canvaspattern>CanvasPattern</a></code> object that uses the given image
and repeats in the direction(s) given by the <var title="">repetition</var> argument.</p>
- <p>The allowed values for <code title="">repeat</code> are <code title="">repeat</code> (both directions), <code title="">repeat-x</code> (horizontal only), <code title="">repeat-y</code> (vertical only), and <code title="">no-repeat</code> (neither). If the <var title="">repetition</var> argument is empty or null, the value
+ <p>The allowed values for <var title="">repetition</var> are <code title="">repeat</code> (both directions), <code title="">repeat-x</code> (horizontal only), <code title="">repeat-y</code> (vertical only), and <code title="">no-repeat</code> (neither). If the <var title="">repetition</var> argument is empty or null, the value
<code title="">repeat</code> is used.</p>
<p>If the first argument isn't an <code><a href=#the-img-element>img</a></code>,
Modified: index
===================================================================
--- index 2010-03-29 05:15:22 UTC (rev 4886)
+++ index 2010-03-29 05:19:03 UTC (rev 4887)
@@ -26367,7 +26367,7 @@
<p>Returns a <code><a href=#canvaspattern>CanvasPattern</a></code> object that uses the given image
and repeats in the direction(s) given by the <var title="">repetition</var> argument.</p>
- <p>The allowed values for <code title="">repeat</code> are <code title="">repeat</code> (both directions), <code title="">repeat-x</code> (horizontal only), <code title="">repeat-y</code> (vertical only), and <code title="">no-repeat</code> (neither). If the <var title="">repetition</var> argument is empty or null, the value
+ <p>The allowed values for <var title="">repetition</var> are <code title="">repeat</code> (both directions), <code title="">repeat-x</code> (horizontal only), <code title="">repeat-y</code> (vertical only), and <code title="">no-repeat</code> (neither). If the <var title="">repetition</var> argument is empty or null, the value
<code title="">repeat</code> is used.</p>
<p>If the first argument isn't an <code><a href=#the-img-element>img</a></code>,
Modified: source
===================================================================
--- source 2010-03-29 05:15:22 UTC (rev 4886)
+++ source 2010-03-29 05:19:03 UTC (rev 4887)
@@ -28701,7 +28701,7 @@
and repeats in the direction(s) given by the <var
title="">repetition</var> argument.</p>
- <p>The allowed values for <code title="">repeat</code> are <code
+ <p>The allowed values for <var title="">repetition</var> are <code
title="">repeat</code> (both directions), <code
title="">repeat-x</code> (horizontal only), <code
title="">repeat-y</code> (vertical only), and <code
More information about the Commit-Watchers
mailing list