- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Mar 2012 15:34:54 -0400
- To: public-html-diffs@w3.org
workers; hixie: Add ellipse support to canvas. (whatwg r7025) http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.326&r2=1.327&f=h http://html5.org/tools/web-apps-tracker?from=7024&to=7025 =================================================================== 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, Алексей Проскуряков (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:35:00 UTC