- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Mar 2009 06:50:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv15186 Modified Files: Overview.html Log Message: Make it possible to hide implementation requirements with an alternative style sheet. Add author documentation for most of the APIs. Fix minor typos and oversights here and there. (whatwg r2876) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2048 retrieving revision 1.2049 diff -u -d -r1.2048 -r1.2049 --- Overview.html 27 Feb 2009 00:10:44 -0000 1.2048 +++ Overview.html 18 Mar 2009 06:50:02 -0000 1.2049 @@ -1,4 +1,4 @@ -<!DOCTYPE html><!-- 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><title>HTML 5</title><style type=text/css> .note { color: green; background: transparent; } .example { font-style: italic; } .idl { color: black; background: silver; } @@ -10,7 +10,7 @@ <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>HTML 5</h1> <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 26 February 2009 --><!--:ZZZ--></h2> + <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 18 March 2009 --><!--:ZZZ--></h2> [...26318 lines suppressed...] features first widely deployed by the Windows Internet Explorer - browser.<p>Special thanks and $10,000 to David Hyatt who came up with a + 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 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 + before using it in the parsing section.</p> + + </div><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 @@ -49425,4 +59013,5 @@ that vary more than HTMLFormControlCollection allows? XXX * should check all cases of 'active document' and change the relevant ones to 'fully active document'. + XXX * use <code>Document</code> consistently instead of 'document'. -->
Received on Wednesday, 18 March 2009 06:50:23 UTC