annevk: add the list of changes since the August 2009 draft; remove dates from references; fix xml-names reference; update draft to take into account changes
hixie: Add a note to the 'fetch' algorithm about redirects. I'm sure it'll need tweaking later, since browsers ignore HTTP here for compatibility with deployed content. Also, tweak the W3C postmsg draft's boilerplate. (whatwg r4692)
hixie: Add some <dfn>s to make DOM Core and DOM Events xrefs work a bit. If you find other cross-spec things in complete.html that aren't linking, let me know and I'll add them here. (cross-spec links for internal things, like html to microdata, postmsg to websocket, or whatnot, will be dealt with automatically at some later date) (whatwg r4748)
hixie: Clarify some terms like 'home subtree' by moving some things around and adding some more explanatory text in terms of the other terms defined. (whatwg r4750)
hixie: Editorial changes to 2D and Microdata specs for FPWD. Clean-up of the references sections. Fix some problems caused by dropping language versioning at the WHATWG. (whatwg r4646)
hixie: Fix setTimeout() and setInterval() to check whether the imteout has been cleared before running the task, not before queuing the task. This prevents tasks from being queued after the lists are emptied when shutting down. (whatwg r4769)
hixie: Let's go with the saner Firefox/Opera behaviour here, as it's closer to the (still insane) IE behaviour than the WebKit behaviour we previously had... (whatwg r4779)
hixie: List some more obsolete attributes (these, from the 'reserved' notes in the HTML4 DTD -- yes, we're scraping the bottom of the barrel now) (whatwg r4782)
hixie: Make 'Referer' work correctly for scripts in shared workers. (For some definition of 'correctly' -- it uses the URL of the document that actually created the script. Arguably it should use the URL of the script itself. However, this doesn't change that, it just makes it not leak the URL of documents that that document's browsing context is navigated to.) (whatwg r4789)
hixie: Make it so that non-parser-blocking scripts don't get blocked on style sheets. Making dynamically inserted scripts block stuff as well is _extremely_ hard to reason about: consider multiple iframes sharing the same event loop, for instance. Which tasks do you block? How do you keep things ordered? What about <link onload>s that insert script elements? (whatwg r4741)
hixie: Make sure plugins for <object> aren't instantiated before the <param>s are read. This makes <object> slower (which we avoided with <video>, for instance), but it appears to be needed for back-compat. (whatwg r4784)
hixie: Make timeouts and intervals survive a history traversal that unloads the document, but only if the document isn't actually disacarded. (whatwg r4770)
manu: Updated the spec to reflect the HTML WG Chairs decision: 1. Reverted the SotD section to what was there over a month ago. 2. Removed all bugs reported in the status sections of the HTML+RDFa spec. 3. Modifed the wording of one of the bugs and insert ISSUE-41 as a blocking item for HTML+RDFa LC.
mike: clarify that URI attribute values are allowed to be the empty string (b=8871, thx=TobyInkster) http://www.w3.org/Bugs/Public/show_bug.cgi?id=8871