Wednesday, 30 May 2012
- hixie: Remove incorrect non-normative sentence. (whatwg r7111)
- hixie: Define the task source for the 'Navigating to a fragment identifier' task. (whatwg r7110)
- hixie: Make things like history.back() and user back/forward get thoroughly aborted by other navigations, but scope it just to the current top-level browsing context, not all of them. (whatwg r7109)
- hixie: Fix a race condition (whatwg r7108)
Tuesday, 29 May 2012
- hixie: The drawing state should include the new stuff. (whatwg r7107)
- hixie: Add some acknowledgements of people whose names should have been added long ago. (whatwg r7106)
- sam: link to survey
- sam: Correct status for issue 199
- sam: Remove incorrect link
Tuesday, 15 May 2012
- hixie: Allow UAs more flexibility in error handling. https://bugs.webkit.org/show_bug.cgi?id=39017 (whatwg r7105)
- hixie: clarify a parenthetical (whatwg r7104)
- steve: fixed broken link
- steve: updated willful violation info to take into account chnages to HTML5 spec i.e. itlte attribute no longer conforming on image without alt
Monday, 14 May 2012
Friday, 11 May 2012
Tuesday, 8 May 2012
- hixie: Sad as it may be, CSS affects whether plugins are instantiated -- part two, <embed>. also, typo fix. (whatwg r7101)
- SSE; hixie: Sad as it may be, CSS affects whether plugins are instantiated. (whatwg r7100)
- hixie: Sad as it may be, CSS affects whether plugins are instantiated. (whatwg r7100)
- websocket; hixie: Move slightly more towards using the word 'type' rather than 'name' for the concept of an event name (whatwg r7099)
- SSE; hixie: Move slightly more towards using the word 'type' rather than 'name' for the concept of an event name (whatwg r7099)
- postmsg; hixie: Move slightly more towards using the word 'type' rather than 'name' for the concept of an event name (whatwg r7099)
- hixie: Move slightly more towards using the word 'type' rather than 'name' for the concept of an event name (whatwg r7099)
- hixie: support "removetrack" events to handle long-running <video> elements on streams with multiple TV shows having different audio and video streams. (whatwg r7098)
- hixie: sprinkle more bidi references (whatwg r7097)
- hixie: Oops, turns out I had this backwards the whole time... and nobody noticed? Oh well. (whatwg r7096)
- hixie: make terminology less confusing (whatwg r7095)
Monday, 7 May 2012
- hixie: Try to match implementations better. (whatwg r7094)
- hixie: Try to match implementations better. (whatwg r7093)
- hixie: Don't associate using form='' if you're not in a document (whatwg r7092)
- hixie: example for type=number (whatwg r7091)
- hixie: Make <form> elements use RadioNodeList as well. (whatwg r7090)
- hixie: Fix some typos or copypasta. (whatwg r7089)
- hixie: Clarify what triggers a <script> to try to rerun (whatwg r7088)
Friday, 4 May 2012
Wednesday, 2 May 2012
- websocket; hixie: Fix some typos or copypasta. (whatwg r7086)
- websocket; hixie: You send ArrayBufferViews, not ArrayBuffers. (whatwg r7085)
- websocket; hixie: Make WebSocket silently convert isolated surrogated to U+FFFD rather than throwing an exception. This will result in data corruption when a user types in astral-plane characters that get truncated by naiive script half-way through, rather than crashing the application. (whatwg r7084)
- hixie: Make WebSocket silently convert isolated surrogated to U+FFFD rather than throwing an exception. This will result in data corruption when a user types in astral-plane characters that get truncated by naiive script half-way through, rather than crashing the application. (whatwg r7084)
- websocket; hixie: ref update (whatwg r7083)
- websocket; hixie: add websocket onmessage example (whatwg r7082)
- websocket; hixie: update abstract as suggested