- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Jul 2008 19:20:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv2285
Modified Files:
Overview.html Overview.src.html
Log Message:
1.947 Define behaviour for arcTo() with r=0. (whatwg r1757)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -d -r1.308 -r1.309
--- Overview.html 9 Jul 2008 18:43:01 -0000 1.308
+++ Overview.html 9 Jul 2008 19:20:54 -0000 1.309
@@ -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-10T03:42:01+09:00</b>.</p></div></div>
+ <b>2008-07-10T04:19:17+09:00</b>.</p></div></div>
<div id="status">
<h2>Status of this Document</h2>
<p><em>
@@ -1539,7 +1539,13 @@
<code class="method">arc()</code>
method
was revised (to bring it closer to actual
- implementation behavior).</li>
+ 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>
<li>In the “Pixel manipulation” subsection,
the following changes were made:
<ul>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -d -r1.294 -r1.295
--- Overview.src.html 9 Jul 2008 18:43:02 -0000 1.294
+++ Overview.src.html 9 Jul 2008 19:20:54 -0000 1.295
@@ -808,7 +808,13 @@
<code class=method>arc()</code>
method
was revised (to bring it closer to actual
- implementation behavior).</li>
+ 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>
<li>In the “Pixel manipulation” subsection,
the following changes were made:
<ul>
Received on Wednesday, 9 July 2008 19:21:34 UTC