html5/workers Overview.html,1.326,1.327

Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv16774

Modified Files:
	Overview.html 
Log Message:
Add ellipse support to canvas. (whatwg r7025)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -d -r1.326 -r1.327
--- Overview.html	9 Feb 2012 01:57:57 -0000	1.326
+++ Overview.html	13 Mar 2012 19:34:33 -0000	1.327
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html lang="en-US-x-Hixie"><title>Web Workers</title><style type="text/css">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en-US-x-Hixie"><title>Web Workers</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; }
@@ -210,12 +210,13 @@
      }
      return null;
    }
-  </script><div class="head" id="head">
+  </script><body>
[...1472 lines suppressed...]
-  </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><!-- ACKS --><p>Thanks to
+  </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2> <!-- ACKS -->
+
+  <p>Thanks to
 
   Aaron Boodman,
   &#1040;&#1083;&#1077;&#1082;&#1089;&#1077;&#1081; &#1055;&#1088;&#1086;&#1089;&#1082;&#1091;&#1088;&#1103;&#1082;&#1086;&#1074; (Alexey Proskuryakov),
@@ -2003,6 +2565,10 @@
 
   Philip Taylor
 
-  for their useful and substantial comments.<p>Huge thanks to the whole Gears team, who pioneered this
+  for their useful and substantial comments.</p>
+
+  <p>Huge thanks to the whole Gears team, who pioneered this
   technology and whose experience has been a huge influence on this
-  specification.
+  specification.</p>
+
+ 

Received on Tuesday, 13 March 2012 19:34:42 UTC