- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Jul 2008 20:00:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv26698 Modified Files: Overview.html Overview.src.html Log Message: 1.944 Add a note about how origin-clean never gets reset. (whatwg r1754) Index: Overview.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.309 retrieving revision 1.310 diff -u -d -r1.309 -r1.310 --- Overview.html 9 Jul 2008 19:20:54 -0000 1.309 +++ Overview.html 9 Jul 2008 20:00:18 -0000 1.310 @@ -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:19:17+09:00</b>.</p></div></div> + <b>2008-07-10T04:59:27+09:00</b>.</p></div></div> <div id="status"> <h2>Status of this Document</h2> <p><em> @@ -1535,17 +1535,29 @@ revised to specify both and <q>interpolation and extrapolation</q>.</li> <li>In the “Complex shapes (paths)” subsection, - text specifying behavior of the - <code class="method">arc()</code> - method - was revised (to bring it closer to actual - implementation behavior), and text specifying - the behavior of the - <code class="method">arcTo()</code> - method - was revised to address the case where the value - of the <var>radius</var> argument to that method - is zero.</li> + the following changes were made: + <ul> + <li>Text specifying behavior of the + <code class="method">arc()</code> + method + was revised (to bring it closer to actual + implementation behavior), and the following + statement related to the + <code class="method">arc()</code> + method + was added: <q>If the absolute magnitude of the + difference between the startAngle and + endAngle angles is equal to or greater than + 2π, then the arc is the whole circumference + of this circle.</q></li> + <li>Text specifying behavior of the + <code class="method">arcTo()</code> + method + was revised to address the case where the value + of the <var>radius</var> argument to that method + is zero.</li> + </ul> + </li> <li>In the “Pixel manipulation” subsection, the following changes were made: <ul> @@ -1583,6 +1595,11 @@ methods were changed to instead specify that a <code>NOT_SUPPORTED_ERR</code> must be raised.</li> + <li>In the “Security with canvas elements” + subsection, 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> </ul> </div> </div> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.296 retrieving revision 1.297 diff -u -d -r1.296 -r1.297 --- Overview.src.html 9 Jul 2008 19:48:48 -0000 1.296 +++ Overview.src.html 9 Jul 2008 20:00:19 -0000 1.297 @@ -865,6 +865,11 @@ methods were changed to instead specify that a <code>NOT_SUPPORTED_ERR</code> must be raised.</li> + <li>In the “Security with canvas elements” + subsection, 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> </ul> </section> </section>
Received on Wednesday, 9 July 2008 20:00:56 UTC