- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Jun 2008 23:09:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10124
Modified Files:
Overview.html
Log Message:
Add a note about how origin-clean never gets reset. (whatwg r1754)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.943
retrieving revision 1.944
diff -u -d -r1.943 -r1.944
--- Overview.html 12 Jun 2008 23:00:54 -0000 1.943
+++ Overview.html 12 Jun 2008 23:09:55 -0000 1.944
@@ -20778,6 +20778,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>
Received on Thursday, 12 June 2008 23:10:34 UTC