public-html-diffs@w3.org from September 2011 by subject

hixie: 'finally' is a bit confusing since it wouldn't be the final character in the string typically (whatwg r6536)

hixie: 'suspend' event's description was out of date (whatwg r6561)

hixie: accuracy (whatwg r6563)

hixie: add detail (whatwg r6566)

hixie: Add informative text about editing tables (whatwg r6595)

hixie: Add onaddtrack to all the TrackList interfaces. Also, make the text that introduces event handler IDL attributes more consistent across the spec. (whatwg r6607)

hixie: Add script.readyState and fire 'readystatechange' in some cases. Not 100% IE compatible because IE is pretty inconsistent here. Should be compatible with legacy content though, both in browsers that do script prefetch and those that don't. (whatwg r6543)

hixie: also disallow combining chars at the start of attributes. (whatwg r6593)

hixie: Avoid firing 'click' twice per click on a <command>, oops. (whatwg r6586)

hixie: Better define 'hide' in the rendering section. (whatwg r6567)

hixie: Change OFF to DISABLED because the platform uses the term DISABLED more than OFF. (whatwg r6591)

hixie: Change the text track cue order so that it reverse-sorts on end time, since that results in better rendering and fixes some chapter issues. Also, better define the order of events for multiple cues that started at the same time with different end times. (whatwg r6557)

hixie: Clarify that this is non-normative. (whatwg r6540)

hixie: Comment out a 'willful violation' that is being fixed in the underlying specs. (whatwg r6575)

hixie: Compatibility with Gecko/Webkit and apparently some legacy sites. (whatwg r6576)

hixie: Define an event interface for addtrack events. (whatwg r6608)

hixie: Define how sandboxing works with plugins in a hypothetical world where plugins honour the sandbox. (whatwg r6573)

hixie: Event handler IDL attribute compatibility WebIDL fix. (whatwg r6599)

hixie: Exceptions DOM Core/WebIDL fix. (whatwg r6602)

hixie: Explain what the DTD is. (whatwg r6583)

hixie: Explain why browsers shouldn't give up and should block scripts on style sheets even though they don't have to. (whatwg r6582)

hixie: Explicitly disallow combining characters at the start of text nodes. (whatwg r6590)

hixie: Explicitly mention when to render drag-cancel feedback. (whatwg r6572)

hixie: Fire addtrack events whenver a track is added to a media element. (whatwg r6609)

hixie: Fix infinite loop. Oops. (whatwg r6538)

hixie: Fix the default font size for cue text to be half what it was intended to be before, and fifty times bigger than it was actually specified to be before... (whatwg r6554)

hixie: Have a TextTrackList object instead of a TextTrack[] array, so we can add members to it. (whatwg r6606)

hixie: I keep forgetting how <xmp> used to be defined. (whatwg r6548)

hixie: Kill CanvasPixelArray in favour of the Typed Array stuff. (whatwg r6559)

hixie: kill the 'formatBlock candidates' category (whatwg r6587)

hixie: Legacy IDL attribute compatibility WebIDL fix. (whatwg r6600)

hixie: looks like this attribute is specced now so we're good (whatwg r6588)

hixie: Make 'suspend' fire when the media is loaded. (whatwg r6544)

hixie: Make HTMLElement-type reflecting IDL attributes only set the attribute if the element they're being set to would then match the attribute. (whatwg r6568)

hixie: Make networkState changes have better-defined order relative to 'suspend' and 'progress' events. (whatwg r6545)

hixie: Make option.label and option.value more consistent. (whatwg r6560)

hixie: Make popstate not fire onload and not fire when you go back and forth across documents without changing which was the last active state for that document. This is intended to match Firefox. It's also much more sensible than what we had before. (whatwg r6564)

hixie: Make setting .currentTime before the media has loaded still work (by waiting til it is loaded to seek). (whatwg r6580)

hixie: Make size and maxlength conforming on type=number for now. (fixing r6413 better) (whatwg r6565)

hixie: Make sure <br> is handled right in the requirements regarding bidi formatting characters. (whatwg r6533)

hixie: Mark some Window properties [Unforgeable]. (whatwg r6569)

hixie: Match reality: form submission normalises newlines. (whatwg r6542)

hixie: mention intent (whatwg r6579)

hixie: mention typedarray for xref (whatwg r6537)

hixie: move .id and ID processing to DOM Core. (whatwg r6605)

hixie: Move rel=pingback registration from spec to wiki. (whatwg r6534)

hixie: Point out that 'pre' might be a better solution than 'code' for authors who used 'xmp'. (whatwg r6547)

hixie: Provide advice to authors regarding styling editing regions (whatwg r6570)

hixie: Ref update (whatwg r6571)

hixie: Remove bits now specced in DOMPARSING spec. (whatwg r6532)

hixie: Remove remaining editing section stuff as there are bugs tracking it. (whatwg r6603)

hixie: Revert r6543 and instead move onreadystatechange to be only on Document. (whatwg r6550)

hixie: Specify multipart/x-mixed-replace (whatwg r6596)

hixie: These steps are already running in a task, not async, so no need to have them queue more tasks to fire events. (whatwg r6581)

hixie: Try to clarify that controls aren't supposed to be overlapped by content, since that would be pointless. (whatwg r6535)

hixie: Try to fix potentially confusing terminology. (whatwg r6577)

hixie: Try to make the application/x-www-form-urlencoded algorithm work even for ISO-2022-JP's crazy escape schemes. (whatwg r6592)

hixie: tweak authoring conformance requirements to prevent some meaningless combinations (whatwg r6574)

hixie: tweak the wording (whatwg r6594)

hixie: typo (whatwg r6539)

hixie: typo (whatwg r6541)

hixie: typo (whatwg r6552)

hixie: typo (whatwg r6578)

hixie: typo (whatwg r6598)

hixie: typo in idl (whatwg r6597)

hixie: typos (whatwg r6604)

hixie: Update Event interfaces to use constructors instead of init*Event methods; remove some typedefs. (whatwg r6551)

hixie: update for webidl (whatwg r6549)

hixie: Update MIMESNIFF reference (whatwg r6589)

hixie: Update recommended colors to match reality better. (whatwg r6584)

hixie: update ref (whatwg r6585)

hixie: When a media element ends, pause it. Same for MediaControllers. Also a bunch of minor editorial tweaks. (whatwg r6562)

microdata; hixie: Exceptions DOM Core/WebIDL fix. (whatwg r6602)

microdata; hixie: Specify multipart/x-mixed-replace (whatwg r6596)

microdata; hixie: update for webidl (whatwg r6549)

postmsg; hixie: Event handler IDL attribute compatibility WebIDL fix. (whatwg r6599)

postmsg; hixie: Exceptions DOM Core/WebIDL fix. (whatwg r6602)

postmsg; hixie: Update Event interfaces to use constructors instead of init*Event methods; remove some typedefs. (whatwg r6551)

sam: CfP 177-179

sam: CfP for 174, 176

sam: Close issue 165

sam: Close issue 172

sam: copy/paste error

sam: Correct date

sam: Decision for issue 166

sam: Fix typo in date

sam: Issue 176

sam: Issues 177-179

sam: Two weeks of updates

SSE; hixie: Event handler IDL attribute compatibility WebIDL fix. (whatwg r6599)

SSE; hixie: Exceptions DOM Core/WebIDL fix. (whatwg r6602)

SSE; hixie: Specify multipart/x-mixed-replace (whatwg r6596)

SSE; hixie: Update Event interfaces to use constructors instead of init*Event methods; remove some typedefs. (whatwg r6551)

websocket; hixie: Add onaddtrack to all the TrackList interfaces. Also, make the text that introduces event handler IDL attributes more consistent across the spec. (whatwg r6607)

websocket; hixie: Align with WSP on the subprotocol syntax. (whatwg r6555)

websocket; hixie: Event handler IDL attribute compatibility WebIDL fix. (whatwg r6599)

websocket; hixie: Exceptions DOM Core/WebIDL fix. (whatwg r6602)

websocket; hixie: Update Event interfaces to use constructors instead of init*Event methods; remove some typedefs. (whatwg r6551)

webstorage; hixie: Exceptions DOM Core/WebIDL fix. (whatwg r6602)

webstorage; hixie: Update Event interfaces to use constructors instead of init*Event methods; remove some typedefs. (whatwg r6551)

workers; hixie: Event handler IDL attribute compatibility WebIDL fix. (whatwg r6599)

workers; hixie: Exceptions DOM Core/WebIDL fix. (whatwg r6602)

workers; hixie: Update Event interfaces to use constructors instead of init*Event methods; remove some typedefs. (whatwg r6551)

Last message date: Friday, 30 September 2011 23:58:16 UTC