- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Jul 2008 20:07:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv30392 Modified Files: Overview.html Overview.src.html Log Message: 1.943 Clean up the security processing model for <canvas>. (whatwg r1753) Index: Overview.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.310 retrieving revision 1.311 diff -u -d -r1.310 -r1.311 --- Overview.html 9 Jul 2008 20:00:18 -0000 1.310 +++ Overview.html 9 Jul 2008 20:07:01 -0000 1.311 @@ -42,7 +42,7 @@ specification itself or to read through the entire diff document that shows all the changes..</p> <div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on - <b>2008-07-10T04:59:27+09:00</b>.</p></div></div> + <b>2008-07-10T05:05:54+09:00</b>.</p></div></div> <div id="status"> <h2>Status of this Document</h2> <p><em> @@ -1596,7 +1596,14 @@ <code>NOT_SUPPORTED_ERR</code> must be raised.</li> <li>In the “Security with canvas elements” - subsection, the following note was added: + subsection, revisions were made to text + specifying the conditions under which the + value of the <var>origin-clean</var> flag on a + particular + <code class="element">canvas</code> + element + is set to <var>false</var>, and the following + note was added: <q>Even resetting the canvas state by changing its width or height attributes doesn’t reset the origin-clean flag.</q></li> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.297 retrieving revision 1.298 diff -u -d -r1.297 -r1.298 --- Overview.src.html 9 Jul 2008 20:00:19 -0000 1.297 +++ Overview.src.html 9 Jul 2008 20:07:01 -0000 1.298 @@ -866,7 +866,14 @@ <code>NOT_SUPPORTED_ERR</code> must be raised.</li> <li>In the “Security with canvas elements” - subsection, the following note was added: + subsection, revisions were made to text + specifying the conditions under which the + value of the <var>origin-clean</var> flag on a + particular + <code class=element>canvas</code> + element + is set to <var>false</var>, and the following + note was added: <q>Even resetting the canvas state by changing its width or height attributes doesn’t reset the origin-clean flag.</q></li>
Received on Wednesday, 9 July 2008 20:07:36 UTC