- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Dec 2011 08:58:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/canvas-extensions In directory hutz:/tmp/cvs-serv1053 Modified Files: Overview.html Log Message: styling Index: Overview.html =================================================================== RCS file: /sources/public/html5/canvas-extensions/Overview.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Overview.html 14 Dec 2011 08:55:20 -0000 1.4 +++ Overview.html 14 Dec 2011 08:57:59 -0000 1.5 @@ -176,11 +176,11 @@ <h2>The CanvasRenderingContext2D interface</h2> <p>This specification overrides and extends 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="http://dev.w3.org/html5/2dcontext/#canvasrenderingcontext2d">CanvasRenderingContext2D</a></code> + <code><a href="#canvasrenderingcontext2d">CanvasRenderingContext2D</a></code> interface.</p> <p>Conforming user agents MUST implement the - <code><a href="http://dev.w3.org/html5/2dcontext/#canvasrenderingcontext2d">CanvasRenderingContext2D</a></code> + <code><a href="#canvasrenderingcontext2d">CanvasRenderingContext2D</a></code> interface as specified in the following IDL definition.</p> <pre class="widl">interface <dfn id="canvasrenderingcontext2d">CanvasRenderingContext2D</dfn> {
Received on Wednesday, 14 December 2011 08:58:05 UTC