[html5] r7545 - [e] (0) Fix some typos or copypasta. Affected topics: Canvas
whatwg at whatwg.org
whatwg at whatwg.org
Sat Nov 24 21:36:03 PST 2012
Author: ianh
Date: 2012-11-24 21:36:02 -0800 (Sat, 24 Nov 2012)
New Revision: 7545
Modified:
complete.html
index
source
Log:
[e] (0) Fix some typos or copypasta.
Affected topics: Canvas
Modified: complete.html
===================================================================
--- complete.html 2012-11-25 05:33:43 UTC (rev 7544)
+++ complete.html 2012-11-25 05:36:02 UTC (rev 7545)
@@ -37700,7 +37700,7 @@
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-->
Modified: index
===================================================================
--- index 2012-11-25 05:33:43 UTC (rev 7544)
+++ index 2012-11-25 05:36:02 UTC (rev 7545)
@@ -37700,7 +37700,7 @@
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-->
Modified: source
===================================================================
--- source 2012-11-25 05:33:43 UTC (rev 7544)
+++ source 2012-11-25 05:36:02 UTC (rev 7545)
@@ -44079,7 +44079,7 @@
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-->
More information about the Commit-Watchers
mailing list