Skip to content

Commit

Permalink
placeholder for canvas
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@243 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 1, 2006
1 parent 56a8393 commit b8e1f5e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
15 changes: 12 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,9 @@

<li><a href="#the-area"><span class=secno>3.12.7. </span>The <dfn
id=area><code>area</code></dfn> element</a>

<li><a href="#the-canvas"><span class=secno>3.12.8. </span>The <dfn
id=canvas0 title=""><code>canvas</code></dfn> element</a>
</ul>

<li><a href="#tabular"><span class=secno>3.13. </span>Tabular data <span
Expand Down Expand Up @@ -928,7 +931,7 @@
<li><a href="#the-2d"><span class=secno>7.1.1. </span>The 2D
context</a>
<ul class=toc>
<li><a href="#the-canvas"><span class=secno>7.1.1.1. </span>The
<li><a href="#the-canvas0"><span class=secno>7.1.1.1. </span>The
canvas state</a>

<li><a href="#transformations"><span class=secno>7.1.1.2.
Expand Down Expand Up @@ -9838,6 +9841,12 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
};</pre>
</dl>
<!-- http://lxr.mozilla.org/seamonkey/source/layout/generic/nsImageMap.cpp: parsing of coords, ordering of coord numbers when out of order -->

<h4 id=the-canvas><span class=secno>3.12.8. </span>The <dfn id=""
title=""><code>canvas</code></dfn> element</h4>

<p class=big-issue>This section will eventually contain the definition of
<code><a href="#canvas">canvas</a></code> (though not the APIs).</p>
<!-- XXXX img (bitmap image) embed (plugin) iframe (document) object param (autodetect) map area (image maps) -->
<!-- iframe: In a web browser, instantiates a browsing context. Otherwise, just has the child document. If no URI specified, use about:blank! -->

Expand Down Expand Up @@ -18913,11 +18922,11 @@ interface <dfn id=imagedata>ImageData</dfn> {
readonly attribute int[] <a href="#data1" title=dom-imagedata-data>data</a>;
};</pre>

<p>The <dfn id=canvas0 title=2d-context-canvas><code>canvas</code></dfn>
<p>The <dfn id=canvas1 title=2d-context-canvas><code>canvas</code></dfn>
attribute returns the <code><a href="#canvas">canvas</a></code> element
that the context paints on.

<h5 id=the-canvas><span class=secno>7.1.1.1. </span>The canvas state</h5>
<h5 id=the-canvas0><span class=secno>7.1.1.1. </span>The canvas state</h5>

<p>Each context maintains a stack of drawing states. <dfn id=drawing0
title="drawing state">Drawing states</dfn> consist of:
Expand Down
11 changes: 8 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -8407,6 +8407,10 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>
<!-- http://lxr.mozilla.org/seamonkey/source/layout/generic/nsImageMap.cpp: parsing of coords, ordering of coord numbers when out of order -->


<h4>The <dfn id="" title=""><code>canvas</code></dfn> element</h4>

<p class="big-issue">This section will eventually contain the definition of <code>canvas</code> (though not the APIs).</p>

<!-- XXXX img (bitmap image) embed (plugin) iframe (document) object param (autodetect) map area (image maps) -->

<!-- iframe: In a web browser, instantiates a browsing context. Otherwise, just has the child document. If no URI specified, use about:blank! -->
Expand Down Expand Up @@ -17090,9 +17094,10 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr
criteria. As it stands there is terrible abuse of the word "should",
for example.</p>

<p>The <dfn><code>canvas</code></dfn> element represents a
resolution-dependent bitmap canvas, which can be used for rendering
graphs, game graphics, or other visual images on the fly.</p>
<p>The <dfn id="canvas"><code>canvas</code></dfn> element represents
a resolution-dependent bitmap canvas, which can be used for
rendering graphs, game graphics, or other visual images on the
fly.</p>

<p>When authors use the <code>canvas</code> element, they should
also provide content that, when presented to the user, conveys
Expand Down

0 comments on commit b8e1f5e

Please sign in to comment.