Skip to content

Commit

Permalink
[e] (0) Add a note about how origin-clean never gets reset.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1754 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 12, 2008
1 parent eeb1bdc commit 9569624
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index
Expand Up @@ -20674,6 +20674,11 @@ context.getImageData(0, 0, w, h);</pre>
arguments, the method must raise a <a href="#security9">security
exception</a>.

<p class=note>Even resetting the canvas state by changing its <code
title=attr-canvas-width><a href="#width0">width</a></code> or <code
title=attr-canvas-height><a href="#height0">height</a></code> attributes
doesn't reset the <i>origin-clean</i> flag.

<h4 id=the-map><span class=secno>3.11.12 </span>The <dfn
id=map><code>map</code></dfn> element</h4>

Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -18337,6 +18337,11 @@ context.getImageData(0, 0, w, h);</pre>
correct arguments, the method must raise a <span>security
exception</span>.</p>

<p class="note">Even resetting the canvas state by changing its
<code title="attr-canvas-width">width</code> or <code
title="attr-canvas-height">height</code> attributes doesn't reset
the <i>origin-clean</i> flag.</p>



<h4>The <dfn><code>map</code></dfn> element</h4>
Expand Down

0 comments on commit 9569624

Please sign in to comment.