- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Jan 2010 08:29:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv13660
Modified Files:
Overview.html
Log Message:
more cleanup (whatwg r4547)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Overview.html 8 Jan 2010 08:20:23 -0000 1.3
+++ Overview.html 8 Jan 2010 08:29:06 -0000 1.4
@@ -377,7 +377,7 @@
permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><h2 class="no-num no-toc" id="contents">Table of Contents</h2>
<!--begin-toc-->
<ol class="toc">
- <li><a href="#conformance"><span class="secno">1 </span>Conformance</a></li>
+ <li><a href="#conformance-requirements"><span class="secno">1 </span>Conformance requirements</a></li>
<li><a href="#idl"><span class="secno">2 </span>IDL</a></li>
<li><a href="#the-canvas-state"><span class="secno">3 </span>The canvas state</a></li>
<li><a href="#transformations"><span class="secno">4 </span>Transformations</a></li>
@@ -395,10 +395,10 @@
<li><a href="#examples"><span class="secno">16 </span>Examples</a></li>
<li><a class="no-num" href="#references">References</a></li>
<li><a class="no-num" href="#acknowledgements">Acknowledgements</a></ol>
-<!--end-toc--><hr><h2 id="conformance"><span class="secno">1 </span>Conformance</h2><p>Definitions of terms and conformance classes used in this
- specification, as well as a general introduction to the HTML5 series
- of specifiations, can be found in the HTML5 Core and Vocabulary
- specification. <a href="#refsHTML5CORE">[HTML5CORE]</a><h2 id="idl"><span class="secno">2 </span>IDL</h2><div class="impl">
+<!--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 HTML5
+ Core and Vocabulary specification apply to this specification. <a href="#refsHTML5CORE">[HTML5CORE]</a><h2 id="idl"><span class="secno">2 </span>IDL</h2><div class="impl">
<p>When the <code title="dom-canvas-getContext">getContext()</code>
Received on Friday, 8 January 2010 08:29:09 UTC