- From: poot <cvsmail@w3.org>
- Date: Thu, 10 Jul 2008 05:08:23 +0900 (JST)
- To: public-html-diffs@w3.org
1.943 Clean up the security processing model for <canvas>. (whatwg r1753) (changed by: Michael Smith) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.311.html#abstract http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.311.html#documents_fpwd http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.311.html#the-2d_wd2 Current content per affected section: http://dev.w3.org/html5/pubnotes/Overview.html#abstract http://dev.w3.org/html5/pubnotes/Overview.html#documents_fpwd http://dev.w3.org/html5/pubnotes/Overview.html#the-2d_wd2 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#abstract http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#documents_fpwd http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-2d_wd2 Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.310&r2=1.311&f=h http://html5.org/tools/web-apps-tracker?from=1752&to=1753 =================================================================== 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:09:00 UTC