- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Feb 2010 03:12:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv31813
Modified Files:
Overview.html
Log Message:
Editorial changes to 2D and Microdata specs for FPWD. Clean-up of the references sections. Fix some problems caused by dropping language versioning at the WHATWG. (whatwg r4646)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Overview.html 1 Feb 2010 23:23:37 -0000 1.11
+++ Overview.html 4 Feb 2010 03:12:26 -0000 1.12
@@ -281,7 +281,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-1-february-2010">Editor's Draft 1 February 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-4-february-2010">Editor's Draft 4 February 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>
@@ -375,7 +375,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 1 February 2010 Editor's Draft.
+ This specification is the 4 February 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>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>, which is available under a
license that permits reuse of the specification text.</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
@@ -3098,35 +3098,36 @@
}
setInterval(blank, 40);
-</script></pre><h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- XXX really should remove dates and version numbers from these references once and for all --><dl><dt id="refsBEZIER">[BEZIER]</dt>
+</script></pre><h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web,
+ because the newer ones keep changing. --><dl><dt id="refsBEZIER">[BEZIER]</dt>
<dd><cite>Courbes à poles</cite>, P. de Casteljau. INPI, 1959.</dd>
<dt id="refsCSS">[CSS]</dt>
<dd><cite><a href="http://www.w3.org/TR/CSS/">Cascading Style Sheets Level 2
Revision 1</a></cite>, B. Bos, T. Çelik, I.
- Hickson, H. Lie. W3C, April 2009.</dd>
+ Hickson, H. Lie. W3C.</dd>
<dt id="refsCSSCOLOR">[CSSCOLOR]</dt>
<!--
<dd><cite><a href="http://www.w3.org/TR/css3-color/">CSS Color
Module Level 3</a></cite>, T. Çelik, C. Lilley, L.
- Baron. W3C, July 2008.</dd>
+ Baron. W3C.</dd>
-->
<dd><cite><a href="http://dev.w3.org/csswg/css3-color/">CSS Color
Module Level 3</a></cite>, T. Çelik, C. Lilley, L.
- Baron. W3C, August 2008.</dd>
+ Baron. W3C.</dd>
<dt id="refsCSSFONTS">[CSSFONTS]</dt>
<dd><cite><a href="http://www.w3.org/TR/css3-fonts/">CSS Fonts
- Module Level 3</a></cite>, J. Daggett. W3C, June 2009.</dd>
+ Module Level 3</a></cite>, J. Daggett. W3C.</dd>
<dt id="refsCSSOM">[CSSOM]</dt>
<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>
+ Object Model (CSSOM)</a></cite>, A. van Kesteren. W3C.</dd>
<dt id="refsHTML5">[HTML5]</dt>
- <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite>,
- I. Hickson. WHATWG, August 2009.</dd>
+ <dd><cite><a href="http://dev.w3.org/html5/spec/">HTML5</a></cite>,
+ I. Hickson, D. Hyatt. W3C.</dd>
<dt id="refsPORTERDUFF">[PORTERDUFF]</dt>
<dd><cite><a href="http://keithp.com/~keithp/porterduff/p253-porter.pdf">Compositing
Received on Thursday, 4 February 2010 03:12:29 UTC