Big changes to Workers and SharedWorkers to make their lifetime model easier. Move 'close' events to v2. Also, fix some omissions and xref problems that I ran across. (whatwg r3143)
Changed HTMLPropertyCollection to always return PropertyNodeLists when accessed by name. Make itemprop=about only work for RDF on the linking elements. vCard output support. Minor tweaks to microdata. Editorial fixes. (whatwg r3105)
Comment out the <command default=''> feature because 'default' is a reserved word in JS and I can't come up with a better name. Also, 'default' isn't a critical feature, so it can wait for a future version. (whatwg r3067)
h:tml; changed name of datatype for accesskey attribute to "keylabellist"; added definition for "pattern" datatype, fixed some fragment refs in datatypes file; added ECMAScript spec to references.
h:tml; pull down upstream schema change that makes <map> content model transparent; also, locally refine handling of value attribute on button elements so that it's not a shared attribute pattern any longer
Made sure that examples are clearly marked as such. Cleaned up some examples. Added disclaimer that examples are not final decisions about HTML, necessarily.