- From: poot <cvsmail@w3.org>
- Date: Thu, 10 Jul 2008 04:22:19 +0900 (JST)
- To: public-html-diffs@w3.org
1.947 Define behaviour for arcTo() with r=0. (whatwg r1757) (changed by: Michael Smith) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.309.html#fetching_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.309.html#abstract http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.309.html#the-2d_wd2 Current content per affected section: http://dev.w3.org/html5/pubnotes/Overview.html#fetching_wd2 http://dev.w3.org/html5/pubnotes/Overview.html#abstract 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/#fetching_wd2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#abstract 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.308&r2=1.309&f=h http://html5.org/tools/web-apps-tracker?from=1756&to=1757 =================================================================== 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:22:57 UTC