public-html-diffs@w3.org from February 2011 by thread

hixie: Change how MathML and SVG are parsed in text/html: use a three-level tree constructor design instead of the two-level design we had before. (whatwg r5920) poot (Monday, 28 February)

microdata; hixie: block more spam poot (Monday, 28 February)

postmsg; hixie: block more spam poot (Monday, 28 February)

websocket; hixie: block more spam poot (Monday, 28 February)

SSE; hixie: block more spam poot (Monday, 28 February)

workers; hixie: block more spam poot (Monday, 28 February)

2Dapi; hixie: block more spam poot (Monday, 28 February)

webstorage; hixie: block more spam poot (Monday, 28 February)

hixie: block more spam poot (Monday, 28 February)

: add myself as editor poot (Monday, 28 February)

hixie: Not sure how I managed to miss this acknowledgement for so long. (whatwg r5919) poot (Sunday, 27 February)

hixie: 'potentially playing' definition was slightly wrong (whatwg r5918) poot (Friday, 25 February)

hixie: try to clarify this descriptive text (whatwg r5917) poot (Friday, 25 February)

hixie: typo (whatwg r5916) poot (Friday, 25 February)

hixie: oops, forgot to change s/single/double/ here when updating the spec to use double-precision everywhere (see r5373). (whatwg r5915) poot (Friday, 25 February)

hixie: Define progress.value to default to 0, not -1. (whatwg r5914) poot (Friday, 25 February)

hixie: Change what was non-normatively implied to be proleptic UTC to explicitly and normatively be proleptic UT1. (whatwg r5913) poot (Friday, 25 February)

hixie: xref (whatwg r5912) poot (Friday, 25 February)

mike: checkpointing poot (Friday, 25 February)

sam: Correct datetime poot (Friday, 25 February)

sam: Call for counter proposals for issue 144 poot (Friday, 25 February)

sam: CP received for issue 161; issue reopened and call for counters issued poot (Thursday, 24 February)

sam: Issue-9 call for consensus / counter proposals poot (Thursday, 24 February)

sam: Close issue 147-161 poot (Thursday, 24 February)

sam: Survey was already done for issue 128 poot (Wednesday, 23 February)

sam: Correct dates poot (Wednesday, 23 February)

sam: CfP's for: 131, 152, 155 poot (Wednesday, 23 February)

sam: WGDecision on issue 89 poot (Tuesday, 22 February)

sam: Close issue 156 poot (Tuesday, 22 February)

sam: CP for issue 131 poot (Tuesday, 22 February)

sam: Surveys for 124, 125, and 130 poot (Tuesday, 22 February)

sam: Change proposal for issue 152 poot (Tuesday, 22 February)

sam: Reopen issue 134 as a last call issue as a change proposal was received poot (Tuesday, 22 February)

hixie: Define when the platform-specific focusing behavior happens relative to focus events, etc. (whatwg r5911) poot (Saturday, 19 February)

hixie: Anything that can get events should implement EventTarget. Event handler attributes shouldn't be readonly. Plus some minor editorial tweaks. (whatwg r5910) poot (Friday, 18 February)

hixie: 'do nothing' doesn't make sense for a getter. (whatwg r5909) poot (Friday, 18 February)

hixie: typo (whatwg r5908) poot (Friday, 18 February)

hixie: xref (whatwg r5907) poot (Friday, 18 February)

hixie: Change how window.opener works to allow it to be set to 'null' and have that persist past page load. (whatwg r5906) poot (Friday, 18 February)

hixie: Make sure that all synchronous sections run before <script> elements, so that a <script> following a <video> has a state that doesn't depend on whether the browser splits up its parser tasks. (whatwg r5905) poot (Friday, 18 February)

sam: Time out for issues 127, 150, and 129 poot (Friday, 18 February)

sam: Wrong month poot (Thursday, 17 February)

sam: Change status for issue 130 poot (Thursday, 17 February)

sam: ISSUE-144 (conforming-u): Call for revisions poot (Thursday, 17 February)

hixie: mention /favicon.ico (whatwg r5904) poot (Thursday, 17 February)

hixie: The best representation of something should really be a valid one too. (whatwg r5903) poot (Thursday, 17 February)

hixie: Define that <button value=''> (empty) is ok. (whatwg r5902) poot (Thursday, 17 February)

hixie: typo (whatwg r5901) poot (Thursday, 17 February)

hixie: Make the initial state of selections and cursors platform-specific. (whatwg r5900) poot (Thursday, 17 February)

hixie: Make it so moving a video around the DOM doesn't pause it. Also make innerHTML work for <video> elements. (whatwg r5899) poot (Thursday, 17 February)

hixie: typo (whatwg r5898) poot (Thursday, 17 February)

hixie: Rephrase the :active prose to not suggest that the Selectors spec is wrong. (whatwg r5897) poot (Wednesday, 16 February)

hixie: Adam changed the name on me. (whatwg r5896) poot (Wednesday, 16 February)

hixie: Remove pointless rules. (whatwg r5895) poot (Wednesday, 16 February)

sam: Updates for issues 31 and 122 poot (Tuesday, 15 February)

hixie: Mention dir='' in the persisted user state stuff now that the user can change it too. (whatwg r5893) poot (Tuesday, 15 February)

hixie: typo (whatwg r5892) poot (Tuesday, 15 February)

hixie: Continue the conformance chain for inline <script> elements. Somehow I'd missed that case. (whatwg r5891) poot (Tuesday, 15 February)

hixie: Handle automatic semicolon insertion. (whatwg r5890) poot (Tuesday, 15 February)

hixie: typo (whatwg r5888) poot (Tuesday, 15 February)

hixie: Update bidi requirements for <pre>, <textarea>, and <br>. (whatwg r5887) poot (Monday, 14 February)

hixie: Incomplete requirement text for <pre dir=auto> and <textarea dir=auta> (blocked on getting spec for white-space:plaintext) (whatwg r5886) poot (Monday, 14 February)

hixie: Update how WindowModal gets merged in using new text from heycam. (whatwg r5885) poot (Monday, 14 February)

hixie: clarify 'attribute' in a few cases where it could be confusing. (whatwg r5884) poot (Monday, 14 February)

sam: Adjust formatting poot (Monday, 14 February)

eliot: fixed typo HMTL --> HTML poot (Monday, 14 February)

hixie: Make a parser-inserted script not run if it is moved to another document before it executes (and not even fetch if it is parsed into another document than its parser's document). (whatwg r5883) poot (Monday, 14 February)

sam: Record change proposal for issue 127 poot (Monday, 14 February)

hixie: typo (whatwg r5882) poot (Monday, 14 February)

eliot: Removed extra Introduction section. Oops. </blush> poot (Saturday, 12 February)

hixie: Define that :active works between mousedown and mouseup. (whatwg r5881) poot (Saturday, 12 February)

hixie: add a note that xmlns='' doesn't 'work' in HTML. (whatwg r5880) poot (Saturday, 12 February)

hixie: Define 'this' for setTimeout functions (whatwg r5879) poot (Friday, 11 February)

hixie: Define that <video>'s default letterboxing is the result of CSS 'object-fit' (whatwg r5878) poot (Friday, 11 February)

hixie: example for nav of using inline links rather than a list (whatwg r5877) poot (Friday, 11 February)

hixie: Update the reference for win949 to point to the Unicode data file rather than the Microsoft site since the Microsoft page doesn't actually define it usefully. (whatwg r5876) poot (Friday, 11 February)

2Dapi; hixie: Change how canvas serialises alpha<1 colours to match CSS. (whatwg r5875) poot (Friday, 11 February)

hixie: Change how canvas serialises alpha<1 colours to match CSS. (whatwg r5875) poot (Friday, 11 February)

hixie: revert 5867, which was apparently based on a miscommunication (whatwg r5874) poot (Friday, 11 February)

hixie: Make sure cross-origin fonts can't leak data via <canvas>. (whatwg r5873) poot (Friday, 11 February)

2Dapi; hixie: typo (whatwg r5872) poot (Friday, 11 February)

hixie: typo (whatwg r5871) poot (Thursday, 10 February)

hixie: remind myslf to make toBlob async when we add it (future feature, not currently specified) (whatwg r5870) poot (Thursday, 10 February)

hixie: note canvas.toBlob() as a future feature (whatwg r5869) poot (Thursday, 10 February)

microdata; hixie: kill some 'follow the following's that have crept back in since the last time I weeded those out. (whatwg r5868) poot (Thursday, 10 February)

hixie: kill some 'follow the following's that have crept back in since the last time I weeded those out. (whatwg r5868) poot (Thursday, 10 February)

hixie: remove window.atob/btoa from the W3C draft (whatwg r5867) poot (Thursday, 10 February)

sam: Remove duplicate entry poot (Thursday, 10 February)

sam: Fix typo (props Aryeh Gregor) http://lists.w3.org/Archives/Public/public-html/2011Feb/0206.html poot (Thursday, 10 February)

hixie: Clarify that if 'already started' is set multiple times, the state the last time it was set is what matters. (whatwg r5866) poot (Wednesday, 9 February)

sam: Link to message announcing straw poll poot (Wednesday, 9 February)

sam: Issue 129 survey poot (Wednesday, 9 February)

sam: Call for revisions on issue 122 poot (Wednesday, 9 February)

sam: One more markup issue poot (Wednesday, 9 February)

sam: Correct markup issues poot (Wednesday, 9 February)

sam: Reflect latest calls poot (Wednesday, 9 February)

hixie: Use 'javascript: scheme' instead of 'javascript: protocol'. (whatwg r5865) poot (Wednesday, 9 February)

hixie: markup consistency (whatwg r5864) poot (Wednesday, 9 February)

hixie: Clarify that the cloning that occurs for importNode() is the same as occurs for cloneNode(). (whatwg r5863) poot (Wednesday, 9 February)

hixie: Remove the requirement that the parser deal with raw surrogates, since they can't make it this far. (whatwg r5862) poot (Wednesday, 9 February)

hixie: I missed that it should also apply to attributes when adding this requirement recently. (whatwg r5861) poot (Wednesday, 9 February)

hixie: Change the limit for where charsets should be given to the first 1024 bytes. (whatwg r5860) poot (Wednesday, 9 February)

hixie: Mark some refs as non-normative. (whatwg r5859) poot (Tuesday, 8 February)

hixie: typo (whatwg r5858) poot (Tuesday, 8 February)

hixie: typo (whatwg r5857) poot (Tuesday, 8 February)

postmsg; hixie: Add a note about cases where scripts won't run. Also, update some references (unrelated to the bug below). (whatwg r5856) poot (Tuesday, 8 February)

websocket; hixie: Add a note about cases where scripts won't run. Also, update some references (unrelated to the bug below). (whatwg r5856) poot (Tuesday, 8 February)

workers; hixie: Add a note about cases where scripts won't run. Also, update some references (unrelated to the bug below). (whatwg r5856) poot (Tuesday, 8 February)

webstorage; hixie: Add a note about cases where scripts won't run. Also, update some references (unrelated to the bug below). (whatwg r5856) poot (Tuesday, 8 February)

SSE; hixie: Add a note about cases where scripts won't run. Also, update some references (unrelated to the bug below). (whatwg r5856) poot (Tuesday, 8 February)

hixie: Add a note about cases where scripts won't run. Also, update some references (unrelated to the bug below). (whatwg r5856) poot (Tuesday, 8 February)

hixie: Rename the algorithms for running and executing a script to have less confusing names. They're now 'prepare a script' and 'execute the script block' respectively. (whatwg r5855) poot (Tuesday, 8 February)

hixie: typo (whatwg r5854) poot (Tuesday, 8 February)

hixie: typo (whatwg r5853) poot (Tuesday, 8 February)

hixie: Add another example for <small>. (whatwg r5852) poot (Tuesday, 8 February)

hixie: typo (whatwg r5851) poot (Tuesday, 8 February)

hixie: Clarify what the best representation of a datetime is. (whatwg r5848) poot (Tuesday, 8 February)

hixie: xref (whatwg r5846) poot (Tuesday, 8 February)

hixie: Clarify in what order the removals happen. (whatwg r5845) poot (Tuesday, 8 February)

hixie: Disallow URLs that would conflict with the way meta refreshes are parsed. (whatwg r5840) poot (Monday, 7 February)

hixie: Raise the profile of a note to the level of a warning, since what it is talking about could result in XSS. (whatwg r5839) poot (Monday, 7 February)

workers; hixie: Comment out an example that uses startConversation(), which isn't yet in the spec (it's commented out also). (whatwg r5838) poot (Monday, 7 February)

workers; hixie: the word 'completely' was confusing the issue (whatwg r5837) poot (Monday, 7 February)

hixie: the word 'completely' was confusing the issue (whatwg r5837) poot (Monday, 7 February)

mjs: Fix state of ISSUE-148 poot (Monday, 7 February)

mjs: Fix date syntax. poot (Monday, 7 February)

mjs: Record call for revisions for ISSUE-122. poot (Monday, 7 February)

mjs: Reflecct that issues 148 and 149 were closed without prejudice. poot (Monday, 7 February)

mjs: Reflect past week's worth of actions. poot (Monday, 7 February)

hixie: Bring the spec more in line with what the browsers do for video (largely, ignoring Content-Type). This will probably be tweaked further once Adam's draft has a section dedicated to sniffing media container formats. (whatwg r5836) poot (Saturday, 5 February)

hixie: Make workers get the online and offline events also. (whatwg r5835) poot (Saturday, 5 February)

hixie: Split the Navigator IDLs to make the various places it's mentioned easier to understand. (whatwg r5834) poot (Saturday, 5 February)

SSE; hixie: Make EventSource not reconnect for 2xx codes. (whatwg r5833) poot (Thursday, 3 February)

SSE; hixie: xref (whatwg r5832) poot (Thursday, 3 February)

postmsg; hixie: xref (whatwg r5832) poot (Thursday, 3 February)

SSE; hixie: Remove the bit checking whether an event type name is valid since it seems all event type names are valid these days. (whatwg r5831) poot (Thursday, 3 February)

SSE; hixie: correct an example (whatwg r5830) poot (Thursday, 3 February)

hixie: report compile-time errors as well as runtime errors (and a typo fix from an earlier checkin) (whatwg r5828) poot (Thursday, 3 February)

hixie: move the 'onerror' stuff up to script execution and away from the no-more-related events stuff (whatwg r5827) poot (Thursday, 3 February)

hixie: Parser: omitted to include NULL-handling for ''-quoted strings. Oops. (whatwg r5826) poot (Thursday, 3 February)

hixie: never say 'may not' in a spec, RFC2119 doesn't define that; and never say 'may' in non-normative content, it's just confusing. (whatwg r5823) poot (Thursday, 3 February)

hixie: s/codepoint/code point/ for consistency (whatwg r5822) poot (Thursday, 3 February)

hixie: typo (whatwg r5820) poot (Thursday, 3 February)

hixie: typo (whatwg r5819) poot (Thursday, 3 February)

hixie: RFC2119ify the "assigned access key" section (whatwg r5818) poot (Thursday, 3 February)

sam: close issue 41 poot (Thursday, 3 February)

hixie: Make script-inserted external scripts that have .async=false execute in the insertion order, default to true (whatwg r5817) poot (Thursday, 3 February)

hixie: add an example for completeness; this may well change if we change the rules here and is not intended to indicate any preference on my part for one set of rules or another. (whatwg r5816) poot (Wednesday, 2 February)

sam: Change proposal received for issue 126 poot (Tuesday, 1 February)

sam: First sweep of issues that have timed out poot (Tuesday, 1 February)

sam: Record change proposal for issue 151 poot (Tuesday, 1 February)

hixie: move note out of impl section (whatwg r5815) poot (Tuesday, 1 February)

2Dapi; hixie: Specify window.atob() and .btoa(). (ack Aryeh for the reverse-engineering to do this) (whatwg r5814) poot (Tuesday, 1 February)

microdata; hixie: Specify window.atob() and .btoa(). (ack Aryeh for the reverse-engineering to do this) (whatwg r5814) poot (Tuesday, 1 February)

hixie: Specify window.atob() and .btoa(). (ack Aryeh for the reverse-engineering to do this) (whatwg r5814) poot (Tuesday, 1 February)

hixie: clarify that pages with a manifest='' always get served from their cache. (whatwg r5813) poot (Tuesday, 1 February)

hixie: Change the suggested extension for appcache manifests from .manifest to .appcache to avoid clashing with Microsoft's unregistered application/manifest type (whatwg r5812) poot (Tuesday, 1 February)

sam: Reopen issue 133 poot (Tuesday, 1 February)

hixie: try to clarify what is normative and what is not in the definition of the appcache stuff. (whatwg r5811) poot (Tuesday, 1 February)

hixie: make sure online whitelists override fallback namespaces even for browsing context navigation loads. (whatwg r5810) poot (Tuesday, 1 February)

Last message date: Monday, 28 February 2011 23:57:54 UTC