[html5] r1754 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 12 16:09:52 PDT 2008
Author: ianh
Date: 2008-06-12 16:09:52 -0700 (Thu, 12 Jun 2008)
New Revision: 1754
Modified:
index
source
Log:
[e] (0) Add a note about how origin-clean never gets reset.
Modified: index
===================================================================
--- index 2008-06-12 23:00:50 UTC (rev 1753)
+++ index 2008-06-12 23:09:52 UTC (rev 1754)
@@ -20674,6 +20674,11 @@
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>
Modified: source
===================================================================
--- source 2008-06-12 23:00:50 UTC (rev 1753)
+++ source 2008-06-12 23:09:52 UTC (rev 1754)
@@ -18337,8 +18337,13 @@
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>
<dl class="element">
More information about the Commit-Watchers
mailing list