Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@7545 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 25, 2012
1 parent 008c28b commit b91e047
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -37700,7 +37700,7 @@ <h6 id=image-sources-for-2d-rendering-contexts><span class=secno>4.8.11.2.9 </sp
the object is interpreted when rendering the image for <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code>
APIs).</p>

<p>When a <code><a href=#canvasimagesource>CanvasImageSource</a></code> object represents a <code><a href=#imagebitmap>ImageBitmap</a></code>, the
<p>When a <code><a href=#canvasimagesource>CanvasImageSource</a></code> object represents an <code><a href=#imagebitmap>ImageBitmap</a></code>, the
object's bitmap image data must be used as the source image.</p>

<!--ADD-TOPIC:Security-->
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -37700,7 +37700,7 @@ try {
the object is interpreted when rendering the image for <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code>
APIs).</p>

<p>When a <code><a href=#canvasimagesource>CanvasImageSource</a></code> object represents a <code><a href=#imagebitmap>ImageBitmap</a></code>, the
<p>When a <code><a href=#canvasimagesource>CanvasImageSource</a></code> object represents an <code><a href=#imagebitmap>ImageBitmap</a></code>, the
object's bitmap image data must be used as the source image.</p>

<!--ADD-TOPIC:Security-->
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -44079,7 +44079,7 @@ try {
the object is interpreted when rendering the image for <code>CanvasRenderingContext2D</code>
APIs).</p>

<p>When a <code>CanvasImageSource</code> object represents a <code>ImageBitmap</code>, the
<p>When a <code>CanvasImageSource</code> object represents an <code>ImageBitmap</code>, the
object's bitmap image data must be used as the source image.</p>

<!--ADD-TOPIC:Security-->
Expand Down

0 comments on commit b91e047

Please sign in to comment.