- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Jul 2008 12:30:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv7495
Modified Files:
Overview.html Overview.src.html
Log Message:
1.953 Make it clear there are two putImageData() methods with different amounts of arguments. (whatwg r1763)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -d -r1.304 -r1.305
--- Overview.html 9 Jul 2008 11:46:57 -0000 1.304
+++ Overview.html 9 Jul 2008 12:30:23 -0000 1.305
@@ -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-09T20:45:45+09:00</b>.</p></div></div>
+ <b>2008-07-09T21:29:24+09:00</b>.</p></div></div>
<div id="status">
<h2>Status of this Document</h2>
<p><em>
@@ -1540,6 +1540,11 @@
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>
</ul>
</div>
</div>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -d -r1.290 -r1.291
--- Overview.src.html 9 Jul 2008 11:46:57 -0000 1.290
+++ Overview.src.html 9 Jul 2008 12:30:23 -0000 1.291
@@ -809,6 +809,11 @@
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>
</ul>
</section>
</section>
Received on Wednesday, 9 July 2008 12:30:59 UTC