Navigation Menu

Skip to content

Commit

Permalink
[] (0) Clarify that <canvas> can be used for art
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18031
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@7357 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 15, 2012
1 parent 9c026e1 commit 9ba40ef
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 @@ -36278,7 +36278,7 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co
</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
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -36278,7 +36278,7 @@ dictionary <dfn id=trackeventinit>TrackEventInit</dfn> : <a href=#eventinit>Even
</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
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -42224,7 +42224,7 @@ dictionary <dfn>TrackEventInit</dfn> : <span>EventInit</span> {

<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
Expand Down

0 comments on commit 9ba40ef

Please sign in to comment.