- From: poot <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 07:39:05 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: Add WEBIDL ref to HTML modules http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.55&r2=1.56&f=h =================================================================== RCS file: /sources/public/html5/2dcontext/Overview.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- Overview.html 2 Aug 2010 22:17:08 -0000 1.55 +++ Overview.html 9 Aug 2010 22:34:42 -0000 1.56 @@ -308,7 +308,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-2-august-2010">Editor's Draft 2 August 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-9-august-2010">Editor's Draft 9 August 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> @@ -403,7 +403,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 2 August 2010 Editor's Draft. + This specification is the 9 August 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 @@ -439,7 +439,7 @@ <!--end-toc--><hr><h2 id="conformance-requirements"><span class="secno">1 </span>Conformance requirements</h2><p>This specification is an HTML specification. All the conformance requirements, conformance classes, definitions, dependencies, terminology, and typographical conventions described in the core - HTML5 specification apply to this specification. <a href="#refsHTML5">[HTML5]</a><p>This specification defines the <dfn id="canvas-context-2d" title="canvas-context-2d"><code>2d</code></dfn> context type, whose + HTML5 specification apply to this specification. <a href="#refsHTML5">[HTML5]</a><p>Interfaces are defined in terms of Web IDL. <a href="#refsWEBIDL">[WEBIDL]</a><p>This specification defines the <dfn id="canvas-context-2d" title="canvas-context-2d"><code>2d</code></dfn> context type, whose API is implemented using the <code><a href="#canvasrenderingcontext2d">CanvasRenderingContext2D</a></code> interface.<div class="impl"> @@ -3165,5 +3165,13 @@ graphics</cite>, volume 18, number 3, pp. 253-259. ACM Press, July 1984.</dd> + <dt id="refsWEBIDL">[WEBIDL]</dt> + <!-- + <dd><cite><a href="http://www.w3.org/TR/WebIDL/">Web + IDL</a></cite>, C. McCormack. W3C.</dd> + --> + <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web + IDL</a></cite>, C. McCormack. W3C.</dd> + </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5 specification. <a href="#refsHTML5">[HTML5]</a>
Received on Monday, 9 August 2010 22:35:34 UTC