- From: poot <cvsmail@w3.org>
- Date: Wed, 8 Sep 2010 15:44:52 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: WebIDL takes care of this. (whatwg r5444) http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.69&r2=1.70&f=h http://html5.org/tools/web-apps-tracker?from=5443&to=5444 =================================================================== RCS file: /sources/public/html5/2dcontext/Overview.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- Overview.html 28 Aug 2010 04:42:30 -0000 1.69 +++ Overview.html 8 Sep 2010 06:37:36 -0000 1.70 @@ -311,7 +311,7 @@ <h1>HTML Canvas 2D Context</h1> <h2 class="no-num no-toc" id="generatedID"></h2> - <h2 class="no-num no-toc" id="editor-s-draft-28-august-2010">Editor's Draft 28 August 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-8-september-2010">Editor's Draft 8 September 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/2dcontext/">http://www.w3.org/TR/2dcontext/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -406,7 +406,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 28 August 2010 Editor's Draft. + This specification is the 8 September 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><!-- (this text is from the RDFa+HTML spec --><p>This specification is an extension to the HTML5 language. All @@ -2817,8 +2817,8 @@ wholesale, with no composition, alpha blending, no shadows, etc.</p> - <p>If the first argument isn't an <code><a href="#imagedata">ImageData</a></code> object, - throws a <code>TYPE_MISMATCH_ERR</code> exception. Throws a + <p>If the first argument is null, throws a + <code>TYPE_MISMATCH_ERR</code> exception. Throws a <code>NOT_SUPPORTED_ERR</code> exception if any of the other arguments are not finite.</p> @@ -2903,8 +2903,7 @@ <p>If any of the arguments to the method are infinite or NaN, the method must raise a <code>NOT_SUPPORTED_ERR</code> exception.</p> - <p>If the first argument to the method is null or not an - <code><a href="#imagedata">ImageData</a></code> object then the <code title="dom-context-2d-putImageData"><a href="#dom-context-2d-putimagedata">putImageData()</a></code> method + <p>If the first argument to the method is null, then the <code title="dom-context-2d-putImageData"><a href="#dom-context-2d-putimagedata">putImageData()</a></code> method must raise a <code>TYPE_MISMATCH_ERR</code> exception.</p> <p>When the last four arguments are omitted, they must be assumed to
Received on Wednesday, 8 September 2010 06:38:17 UTC