hixie: appcache: Always allow cross-scheme networking to work unaffected. Clarify rules about syntax of manifests regarding schemes and the like. (whatwg r3606)
hixie: Based on feedback about videos on links, give up on giving videos activation behaviours. Clean up some conformance criteria in the canvas lines section. (whatwg r3642)
hixie: Clarify text that some people thought implied you had to implement aliases for encodings you didn't support (whatever that would mean). (whatwg r3682)
hixie: Fix an infinite loop in parser: <select><input>, <select><keygen>, and <select><textarea> when setting innerHTML on a <select>. Thanks to gsnedders for catching this. (whatwg r3538)
hixie: Rather than having such a minor variant, just make the item='' property always have a single type, and remove all the multitype features. (whatwg r3665)
hixie: Remove <datagrid> for now. People aren't happy with the current design and we won't have time to address it soon. We'll get back to it in a future version. (whatwg r3555)
hixie: Remove reliance on UTS22, which is apparently too loose. This will be addressed by registering aliases instead. Anne's apparently leading that effort. (whatwg r3679)
hixie: Simplify the intro example based on recent changes. Tweak the way the new creation callback is defined to make it safer in race conditions. Let changeVersion()'s success callback be omitted. (whatwg r3653)
hixie: Tidy up the microdata section in preparation of defining some variants for usability testing (see mail to whatwg list); disallow straight identifiers in this version altogether. (whatwg r3662)
hixie: Trigger a 'progress' event once all media data has been downloaded, to ensure that progress bars complete even if the decoding hasn't finished. (whatwg r3619)
hixie: Yet another example of how context-sensitive markup leads to brittle copy-and-paste behaviour. Context-sensitive markup like prefixes: just say no! (whatwg r3604)
mike: added explanations for all RNC symbols, and turned all instances of RNC symbols in element and attribute definitions into hyperlinks; filled out intros for a number of other sections that were missing them
mike: removed the cite attribute from <section> and <article>; also, normalized the descriptions of several IDREFS elements and added some details for the <time> element
mike: updated description of <iframe> to indicate that its content model allows non-replaceable character data; refined description of what a conformant document is