- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 01 Oct 2008 11:40:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8984
Modified Files:
Overview.html
Log Message:
Switching to the new spec generator. Disruptions in service are expected. (credit: gs) (whatwg r2256)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1428
retrieving revision 1.1429
diff -u -d -r1.1428 -r1.1429
--- Overview.html 1 Oct 2008 02:38:17 -0000 1.1428
+++ Overview.html 1 Oct 2008 11:40:23 -0000 1.1429
@@ -1,3959 +1,2099 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!-- when publishing, change bits marked ZZZ -->
-
-<html lang=en-US-x-Hixie>
- <head>
- <title>HTML 5</title>
-
- <style type="text/css">
+<!DOCTYPE html><!-- when publishing, change bits marked ZZZ --><html lang=en-US-x-Hixie><head><title>HTML 5</title><style type=text/css>
.note { color: green; background: transparent; }
.example { font-style: italic; }
[...89309 lines suppressed...]
- <!-- Hopefully Kam won't notice he's covered by these
- acknowledgements three times! -->
- <!--
+ implementation of <code><a href=#the-canvas-element>canvas</a></code> in Safari, from which the
+ canvas feature was designed.<p>Special thanks also to the Microsoft employees who first
+ implemented the event-based drag-and-drop mechanism, <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code>, and other
+ features first widely deployed by the Windows Internet Explorer
+ browser.<p>Special thanks and $10,000 to David Hyatt who came up with a
+ broken implementation of the <a href=#adoptionAgency>adoption
+ agency algorithm</a> that the editor had to reverse engineer and fix
+ before using it in the parsing section.<p>Thanks to the many sources that provided inspiration for the
+ examples used in the specification.<p>Thanks also to the Microsoft blogging community for some ideas,
+ to the attendees of the W3C Workshop on Web Applications and
+ Compound Documents for inspiration, to the #mrt crew, the #mrt.no
+ crew, and the #whatwg crew, and to Pillar and Hedral for their ideas
+ and support.</p><!-- Hopefully Kam won't notice he's covered by these
+ acknowledgements three times! --><!--
TODO (or delay):
XXX * simple color picker
XXX * in-window modal dialogs
Received on Wednesday, 1 October 2008 11:41:15 UTC