html5/2dcontext Overview.html,1.144,1.145

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

Modified Files:
	Overview.html 
Log Message:
commit 04cee206fd88d2d8f938b31e92b19fc91d356eb7
Author: Jay Munro <jaymunro@microsoft.com>
Date:   Wed Sep 5 13:31:10 2012 -0700

    Boilerplate file updates
    
    header-w3c-html-2dcontext    -- 2 changes removed Ian as editor, set
    lang to "en-us"
    middle-override-styles  -- changed 4 fonts
    middle-w3c-copyright -- removed section on whatwg modules


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- Overview.html	5 Sep 2012 19:14:53 -0000	1.144
+++ Overview.html	5 Sep 2012 20:53:28 -0000	1.145
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html lang=en-US-x-Hixie><head><title>HTML Canvas 2D Context</title><style type=text/css>
+<!DOCTYPE html><html lang=en-US><head><title>HTML Canvas 2D Context</title><style type=text/css>
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -278,23 +278,23 @@
 
    @font-face {
      font-family: 'Essays1743';
-     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743.ttf');
+     src: url('../fonts/Essays1743.ttf');
    }
    @font-face {
      font-family: 'Essays1743';
      font-weight: bold;
-     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Bold.ttf');
+     src: url('../fonts/Essays1743-Bold.ttf');
    }
    @font-face {
      font-family: 'Essays1743';
      font-style: italic;
-     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Italic.ttf');
+     src: url('../fonts/Essays1743-Italic.ttf');
    }
    @font-face {
      font-family: 'Essays1743';
      font-style: italic;
      font-weight: bold;
-     src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf');
+     src: url('../fonts/Essays1743-BoldItalic.ttf');
    }
 
   </style><link href=data:text/css, id=complete rel=stylesheet title="Complete specification"><link href=data:text/css,.impl%20{%20display:%20none;%20}%0Ahtml%20{%20border:%20solid%20yellow;%20}%20.domintro:before%20{%20display:%20none;%20} id=author rel="alternate stylesheet" title="Author documentation only"><link href=data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}%20.domintro:before%20{%20background:%20%23FFEEEE;%20} id=highlight rel="alternate stylesheet" title="Highlight implementation requirements"><script>
@@ -354,13 +354,7 @@
    and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document
    use</a> rules apply.</p>
 
-   <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
-   <p class=alt>The bulk of the text of this specification is also
-   available in the WHATWG <a href=http://www.whatwg.org/specs/web-apps/current-work/complete.html#2dcontext>Web Applications 1.0</a> specification, under a license that permits
-   reuse of the specification text.</p>
-   <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
 
-  </div>
 
   <hr class=top><h2 class="no-num no-toc" id=abstract>Abstract</h2>
 
@@ -6427,4 +6421,4 @@
 
 
 <!--REFERENCES OFF-->
-  </dl></body></html>
\ No newline at end of file
+  </dl></div></body></html>
\ No newline at end of file

Received on Wednesday, 5 September 2012 20:53:47 UTC