[html5] r7357 - [] (0) Clarify that <canvas> can be used for art Fixing https://www.w3.org/Bugs/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 15 14:55:32 PDT 2012


Author: ianh
Date: 2012-09-15 14:55:31 -0700 (Sat, 15 Sep 2012)
New Revision: 7357

Modified:
   complete.html
   index
   source
Log:
[] (0) Clarify that <canvas> can be used for art
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18031
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2012-09-15 21:51:11 UTC (rev 7356)
+++ complete.html	2012-09-15 21:55:31 UTC (rev 7357)
@@ -36278,7 +36278,7 @@
    </dd>
   </dl><!--REMOVE-TOPIC:DOM APIs--><p>The <code><a href=#the-canvas-element>canvas</a></code> element provides scripts with a
   resolution-dependent bitmap canvas, which can be used for rendering
-  graphs, game graphics, or other visual images on the fly.</p>
+  graphs, game graphics, art, or other visual images on the fly.</p>
 
   <p>Authors should not use the <code><a href=#the-canvas-element>canvas</a></code> element in a
   document when a more suitable element is available. For example, it

Modified: index
===================================================================
--- index	2012-09-15 21:51:11 UTC (rev 7356)
+++ index	2012-09-15 21:55:31 UTC (rev 7357)
@@ -36278,7 +36278,7 @@
    </dd>
   </dl><!--REMOVE-TOPIC:DOM APIs--><p>The <code><a href=#the-canvas-element>canvas</a></code> element provides scripts with a
   resolution-dependent bitmap canvas, which can be used for rendering
-  graphs, game graphics, or other visual images on the fly.</p>
+  graphs, game graphics, art, or other visual images on the fly.</p>
 
   <p>Authors should not use the <code><a href=#the-canvas-element>canvas</a></code> element in a
   document when a more suitable element is available. For example, it

Modified: source
===================================================================
--- source	2012-09-15 21:51:11 UTC (rev 7356)
+++ source	2012-09-15 21:55:31 UTC (rev 7357)
@@ -42224,7 +42224,7 @@
 
   <p>The <code>canvas</code> element provides scripts with a
   resolution-dependent bitmap canvas, which can be used for rendering
-  graphs, game graphics, or other visual images on the fly.</p>
+  graphs, game graphics, art, or other visual images on the fly.</p>
 
   <p>Authors should not use the <code>canvas</code> element in a
   document when a more suitable element is available. For example, it




More information about the Commit-Watchers mailing list