2Dapi; hixie: oops, got the urls for the fonts wrong... (whatwg r5103)

2Dapi; hixie: oops, got the urls for the fonts wrong... (whatwg r5103)

http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.48&r2=1.49&f=h
http://html5.org/tools/web-apps-tracker?from=5102&to=5103

===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Overview.html 7 Jun 2010 23:32:38 -0000 1.48
+++ Overview.html 9 Jun 2010 20:23:09 -0000 1.49
@@ -242,23 +242,23 @@
 
    @font-face {
      font-family: 'Essays1743';
-     src: url('Essays1743.ttf');
+     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743.ttf');
    }
    @font-face {
      font-family: 'Essays1743';
      font-weight: bold;
-     src: url('Essays1743-Bold.ttf');
+     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Bold.ttf');
    }
    @font-face {
      font-family: 'Essays1743';
      font-style: italic;
-     src: url('Essays1743-Italic.ttf');
+     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Italic.ttf');
    }
    @font-face {
      font-family: 'Essays1743';
      font-style: italic;
      font-weight: bold;
-     src: url('Essays1743-BoldItalic.ttf');
+     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf');
    }
 
   </style><style type="text/css">
@@ -308,7 +308,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-7-june-2010">Editor's Draft 7 June 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-9-june-2010">Editor's Draft 9 June 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>
@@ -401,7 +401,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 7 June 2010 Editor's Draft.
+  This specification is the 9 June 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>The contents of this specification are also part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
   specification</a> published 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

Received on Wednesday, 9 June 2010 20:23:53 UTC