- From: poot <cvsmail@w3.org>
- Date: Thu, 1 Apr 2010 14:45:22 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: add ref to 2dcontext (whatwg r4929)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3949&r2=1.3950&f=h
http://html5.org/tools/web-apps-tracker?from=4928&to=4929
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3949
retrieving revision 1.3950
diff -u -d -r1.3949 -r1.3950
--- Overview.html 31 Mar 2010 21:02:02 -0000 1.3949
+++ Overview.html 31 Mar 2010 21:37:58 -0000 1.3950
@@ -22247,7 +22247,8 @@
</dd>
- </dl><p>Contexts are defined by other specifications.<div class="impl">
+ </dl><p>Contexts are defined by other specifications, for example the 2D
+ Context specification. <a href="#refs2DCONTEXT">[2DCONTEXT]</a><div class="impl">
<p>Vendors may also define experimental contexts using the syntax
<code><var title="">vendorname</var>-<var title="">context</var></code>, for example, <code>moz-3d</code>.</p>
@@ -66682,7 +66683,11 @@
</table><p class="note">See also <a href="#mediaevents">media element
events</a>, <a href="#appcacheevents">application cache events</a>,
and <a href="#dndevents">drag-and-drop events</a>.<h2 class="no-num" id="references">References</h2><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><!--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="refsABNF">[ABNF]</dt>
+ because the newer ones keep changing. --><dl><dt id="refs2DCONTEXT">[2DCONTEXT]</dt>
+ <dd><cite><a href="http://dev.w3.org/html5/2dcontext/">HTML Canvas
+ 2D Context</a></cite>, I. Hickson. W3C.</dd>
+
+ <dt id="refsABNF">[ABNF]</dt>
<dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented
BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
P. Overell. IETF.</dd>
Received on Thursday, 1 April 2010 05:46:02 UTC