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

2Dapi; hixie: block more spam

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

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

2Dapi; hixie: typo (whatwg r5872)

: add myself as editor

eliot: fixed typo HMTL --> HTML

eliot: Removed extra Introduction section. Oops. </blush>

hixie: 'do nothing' doesn't make sense for a getter. (whatwg r5909)

hixie: 'potentially playing' definition was slightly wrong (whatwg r5918)

hixie: Adam changed the name on me. (whatwg r5896)

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

hixie: add a note that xmlns='' doesn't 'work' in HTML. (whatwg r5880)

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)

hixie: Add another example for <small>. (whatwg r5852)

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

hixie: block more spam

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)

hixie: Change how canvas serialises alpha<1 colours to match CSS. (whatwg r5875)

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)

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

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

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

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

hixie: clarify 'attribute' in a few cases where it could be confusing. (whatwg r5884)

hixie: Clarify in what order the removals happen. (whatwg r5845)

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

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

hixie: Clarify that the cloning that occurs for importNode() is the same as occurs for cloneNode(). (whatwg r5863)

hixie: Clarify what the best representation of a datetime is. (whatwg r5848)

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

hixie: Define 'this' for setTimeout functions (whatwg r5879)

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

hixie: Define that :active works between mousedown and mouseup. (whatwg r5881)

hixie: Define that <button value=''> (empty) is ok. (whatwg r5902)

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

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

hixie: Disallow URLs that would conflict with the way meta refreshes are parsed. (whatwg r5840)

hixie: example for nav of using inline links rather than a list (whatwg r5877)

hixie: Handle automatic semicolon insertion. (whatwg r5890)

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

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

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

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)

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

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

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

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

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)

hixie: Make the initial state of selections and cursors platform-specific. (whatwg r5900)

hixie: Make workers get the online and offline events also. (whatwg r5835)

hixie: Mark some refs as non-normative. (whatwg r5859)

hixie: markup consistency (whatwg r5864)

hixie: mention /favicon.ico (whatwg r5904)

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

hixie: move note out of impl section (whatwg r5815)

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

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)

hixie: Not sure how I managed to miss this acknowledgement for so long. (whatwg r5919)

hixie: note canvas.toBlob() as a future feature (whatwg r5869)

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

hixie: Parser: omitted to include NULL-handling for ''-quoted strings. Oops. (whatwg r5826)

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)

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

hixie: Remove pointless rules. (whatwg r5895)

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

hixie: remove window.atob/btoa from the W3C draft (whatwg r5867)

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)

hixie: Rephrase the :active prose to not suggest that the Selectors spec is wrong. (whatwg r5897)

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

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

hixie: RFC2119ify the "assigned access key" section (whatwg r5818)

hixie: s/codepoint/code point/ for consistency (whatwg r5822)

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

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

hixie: The best representation of something should really be a valid one too. (whatwg r5903)

hixie: the word 'completely' was confusing the issue (whatwg r5837)

hixie: try to clarify this descriptive text (whatwg r5917)

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

hixie: typo (whatwg r5819)

hixie: typo (whatwg r5820)

hixie: typo (whatwg r5851)

hixie: typo (whatwg r5853)

hixie: typo (whatwg r5854)

hixie: typo (whatwg r5857)

hixie: typo (whatwg r5858)

hixie: typo (whatwg r5871)

hixie: typo (whatwg r5882)

hixie: typo (whatwg r5888)

hixie: typo (whatwg r5892)

hixie: typo (whatwg r5898)

hixie: typo (whatwg r5901)

hixie: typo (whatwg r5908)

hixie: typo (whatwg r5916)

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

hixie: Update how WindowModal gets merged in using new text from heycam. (whatwg r5885)

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)

hixie: Use 'javascript: scheme' instead of 'javascript: protocol'. (whatwg r5865)

hixie: xref (whatwg r5846)

hixie: xref (whatwg r5907)

hixie: xref (whatwg r5912)

microdata; hixie: block more spam

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

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

mike: checkpointing

mjs: Fix date syntax.

mjs: Fix state of ISSUE-148

mjs: Record call for revisions for ISSUE-122.

mjs: Reflecct that issues 148 and 149 were closed without prejudice.

mjs: Reflect past week's worth of actions.

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

postmsg; hixie: block more spam

postmsg; hixie: xref (whatwg r5832)

sam: Adjust formatting

sam: Call for counter proposals for issue 144

sam: Call for revisions on issue 122

sam: CfP's for: 131, 152, 155

sam: Change proposal for issue 152

sam: Change proposal received for issue 126

sam: Change status for issue 130

sam: Close issue 147-161

sam: Close issue 156

sam: close issue 41

sam: Correct dates

sam: Correct datetime

sam: Correct markup issues

sam: CP for issue 131

sam: CP received for issue 161; issue reopened and call for counters issued

sam: First sweep of issues that have timed out

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

sam: Issue 129 survey

sam: ISSUE-144 (conforming-u): Call for revisions

sam: Issue-9 call for consensus / counter proposals

sam: Link to message announcing straw poll

sam: One more markup issue

sam: Record change proposal for issue 127

sam: Record change proposal for issue 151

sam: Reflect latest calls

sam: Remove duplicate entry

sam: Reopen issue 133

sam: Reopen issue 134 as a last call issue as a change proposal was received

sam: Survey was already done for issue 128

sam: Surveys for 124, 125, and 130

sam: Time out for issues 127, 150, and 129

sam: Updates for issues 31 and 122

sam: WGDecision on issue 89

sam: Wrong month

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

SSE; hixie: block more spam

SSE; hixie: correct an example (whatwg r5830)

SSE; hixie: Make EventSource not reconnect for 2xx codes. (whatwg r5833)

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)

SSE; hixie: xref (whatwg r5832)

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

websocket; hixie: block more spam

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

webstorage; hixie: block more spam

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

workers; hixie: block more spam

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

workers; hixie: the word 'completely' was confusing the issue (whatwg r5837)

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