html5/2dcontext Overview.html,1.2,1.3

Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv12845

Modified Files:
	Overview.html 
Log Message:
more cleanup (whatwg r4546)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.html	8 Jan 2010 06:48:41 -0000	1.2
+++ Overview.html	8 Jan 2010 08:20:23 -0000	1.3
@@ -394,11 +394,11 @@
  <li><a href="#drawing-model"><span class="secno">15 </span>Drawing model</a></li>
  <li><a href="#examples"><span class="secno">16 </span>Examples</a></li>
  <li><a class="no-num" href="#references">References</a></li>
- <li><a href="#acknowledgements"><span class="secno">17 </span>Acknowledgements</a></ol>
+ <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 <a href="http://dev.w3.org/html5/spec/spec.html">HTML5 Core and
-  Vocabularies</a> specification.<h2 id="idl"><span class="secno">2 </span>IDL</h2><div class="impl">
+  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">
 
   
   <p>When the <code title="dom-canvas-getContext">getContext()</code>
@@ -3111,11 +3111,19 @@
    <dd><cite><a href="http://dev.w3.org/csswg/cssom/">Cascading Style Sheets
    Object Model (CSSOM)</a></cite>, A. van Kesteren. W3C, December 2007.</dd>
 
+   <dt id="refsHTML5CORE">[HTML5CORE]</dt>
+   <!--
+   <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5 Core and Vocabulary</a></cite>,
+   I. Hickson, D. Hyatt. W3C, April 2009.</dd>
+   -->
+   <dd><cite><a href="http://www.w3.org/html/wg/html5/">HTML5 Core and Vocabulary</a></cite>,
+   I. Hickson, D. Hyatt. W3C, December 2010.</dd>
+
    <dt id="refsPORTERDUFF">[PORTERDUFF]</dt>
    <dd><cite><a href="http://keithp.com/~keithp/porterduff/p253-porter.pdf">Compositing
    Digital Images</a></cite>, T. Porter, T. Duff. In <cite>Computer
    graphics</cite>, volume 18, number 3, pp. 253-259. ACM Press, July
    1984.</dd>
 
-  </dl><h2 id="acknowledgements"><span class="secno">17 </span>Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5
-  specification.
+  </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5 Core
+  and Vocabulary specification. <a href="#refsHTML5CORE">[HTML5CORE]</a>

Received on Friday, 8 January 2010 08:20:27 UTC