- From: poot <cvsmail@w3.org>
- Date: Thu, 23 Apr 2009 07:22:45 +0900 (JST)
- To: public-html-diffs@w3.org
W3C policy: fear of change, caution to the point of paralysis. Let's change the world, but without taking any risks! (whatwg r2973) http://people.w3.org/mike/diffs/html5/spec/Overview.1.2140.html http://dev.w3.org/html5/spec/Overview.html http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2139&r2=1.2140&f=h http://html5.org/tools/web-apps-tracker?from=2972&to=2973 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2139 retrieving revision 1.2140 diff -u -d -r1.2139 -r1.2140 --- Overview.html 22 Apr 2009 19:26:04 -0000 1.2139 +++ Overview.html 22 Apr 2009 22:21:13 -0000 1.2140 @@ -1,4 +1,4 @@ -<!DOCTYPE html><!-- when publishing, change bits marked ZZZ --><html lang=en-US-x-Hixie><title>HTML 5</title><style type=text/css> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><title>HTML 5</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; } @@ -142,69 +142,69 @@ -webkit-column-width: 25em; -webkit-column-gap: 1em; } - </style><link href=data:text/css, rel=stylesheet title="Complete specification"><link href=data:text/css,.impl%20{%20display:%20none;%20} rel="alternate stylesheet" title="Author documentation only"><link href=data:text/css,.impl%20{%20background:%20%23FFEEEE;%20} rel="alternate stylesheet" title="Highlight implementation requirements"><link href=http://www.w3.org/StyleSheets/TR/W3C-WD rel=stylesheet type=text/css><!-- ZZZ ED vs WD --><div class=head> - <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> [...65724 lines suppressed...] - public-html list</a> and the <a href=http://www.whatwg.org/mailing-list>various WHATWG lists</a>. + blogs, public mailing lists, or forums, including the <a href="http://lists.w3.org/Archives/Public/public-html/">W3C + public-html list</a> and the <a href="http://www.whatwg.org/mailing-list">various WHATWG lists</a>. <p>Special thanks to Richard Williamson for creating the first - implementation of <code><a href=#the-canvas-element>canvas</a></code> in Safari, from which the + 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 + 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.<div class=impl> + browser.<div class="impl"> <p>Special thanks and $10,000 to David Hyatt who came up with a - broken implementation of the <a href=#adoptionAgency>adoption + 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>
Received on Wednesday, 22 April 2009 22:23:22 UTC