pubnotes/Overview.html 1.306 1.952 updates to example of generation of

1.952 updates to example of generation of ImageData object (changed by:
Michael Smith)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.306.html#fetching_wd2
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.306.html#abstract
  http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.306.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.305&r2=1.306&f=h

===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -d -r1.305 -r1.306
--- Overview.html	9 Jul 2008 12:30:23 -0000	1.305
+++ Overview.html	9 Jul 2008 13:15:31 -0000	1.306
@@ -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-09T21:29:24+09:00</b>.</p></div></div>
+          <b>2008-07-09T22:13:43+09:00</b>.</p></div></div>
     <div id="status">
       <h2>Status of this Document</h2>
     <p><em>
@@ -1540,11 +1540,17 @@
                   method
                   was revised (to bring it closer to actual
                   implementation behavior).</li>
-                  <li>In the “Pixel manipulation” subsection, text
-                  was revised to make it clear there are two
-                  <code class="method">putImageData()</code>
-                  methods with different amounts of
-                  arguments.</li>
+                  <li>In the “Pixel manipulation” subsection,
+                  the following changes were made:
+                    <ul>
+                      <li>Text was revised to make it clear that
+                      there are two <code class="method">putImageData()</code> methods
+                      with different amounts of arguments.</li>
+                      <li>Revisions were made to an example
+                      illustrating the generation of an
+                      <code>ImageData</code> object.</li>
+                    </ul>
+                  </li>
                 </ul>
               </div>
             </div>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -d -r1.291 -r1.292
--- Overview.src.html	9 Jul 2008 12:30:23 -0000	1.291
+++ Overview.src.html	9 Jul 2008 13:15:31 -0000	1.292
@@ -809,11 +809,18 @@
                   method
                   was revised (to bring it closer to actual
                   implementation behavior).</li>
-                  <li>In the “Pixel manipulation” subsection, text
-                  was revised to make it clear there are two
-                  <code class=method>putImageData()</code>
-                  methods with different amounts of
-                  arguments.</li>
+                  <li>In the “Pixel manipulation” subsection,
+                  the following changes were made:
+                    <ul>
+                      <li>Text was revised to make it clear that
+                      there are two <code
+                        class=method>putImageData()</code> methods
+                      with different amounts of arguments.</li>
+                      <li>Revisions were made to an example
+                      illustrating the generation of an
+                      <code>ImageData</code> object.</li>
+                    </ul>
+                  </li>
                 </ul>
               </section>
             </section>

Received on Wednesday, 9 July 2008 13:23:50 UTC