- From: poot <cvsmail@w3.org>
- Date: Thu, 10 Jul 2008 05:01:47 +0900 (JST)
- To: public-html-diffs@w3.org
1.944 Add a note about how origin-clean never gets reset. (whatwg
r1754) (changed by: Michael Smith)
Diffs for this change per section:
http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.310.html#abstract
http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.310.html#documents_fpwd
http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.310.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.309&r2=1.310&f=h
http://html5.org/tools/web-apps-tracker?from=1753&to=1754
===================================================================
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:02:26 UTC