Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) correct domintro for createPattern()
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9120

git-svn-id: http://svn.whatwg.org/webapps@4887 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 29, 2010
1 parent 6f3439e commit 2b0ef12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -26466,7 +26466,7 @@ <h6 id=colors-and-styles><span class=secno>4.8.10.1.4 </span>Colors and styles</
<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>,
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -26367,7 +26367,7 @@ idea from Mihai:
<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>,
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -28701,7 +28701,7 @@ idea from Mihai:
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
Expand Down

0 comments on commit 2b0ef12

Please sign in to comment.