html5/pubnotes Overview.html,1.303,1.304 Overview.src.html,1.289,1.290

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv16607

Modified Files:
	Overview.html Overview.src.html 
Log Message:
1.954 small revision to arc() spec (whatwg r1764)


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- Overview.html	9 Jul 2008 09:33:19 -0000	1.303
+++ Overview.html	9 Jul 2008 11:46:57 -0000	1.304
@@ -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-09T18:12:49+09:00</b>.</p></div></div>
+          <b>2008-07-09T20:45:45+09:00</b>.</p></div></div>
     <div id="status">
       <h2>Status of this Document</h2>
     <p><em>
@@ -1534,6 +1534,12 @@
                   <li>Text specifying “gradient interpolation” was
                   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).</li>
                 </ul>
               </div>
             </div>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -d -r1.289 -r1.290
--- Overview.src.html	9 Jul 2008 09:33:19 -0000	1.289
+++ Overview.src.html	9 Jul 2008 11:46:57 -0000	1.290
@@ -803,6 +803,12 @@
                   <li>Text specifying “gradient interpolation” was
                   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).</li>
                 </ul>
               </section>
             </section>

Received on Wednesday, 9 July 2008 11:47:34 UTC