hixie: <form> and </form> handling in <table>. (whatwg r4522)
- poot (Wednesday, 6 January)
hixie: <iframe srcdoc=''> first cut. (whatwg r4619)
- poot (Friday, 22 January)
hixie: Add an example of srcdoc='' and some usage notes. (whatwg r4623)
- poot (Sunday, 24 January)
hixie: add another blockquote example and mention that the conversation examples are later. (whatwg r4530)
- poot (Wednesday, 6 January)
hixie: Add some example graphics from Carlos. (whatwg r4507)
- poot (Wednesday, 6 January)
hixie: Add some examples of list='' usage. (whatwg r4502)
- poot (Wednesday, 6 January)
hixie: Add some type='' attributes to show how that could be done. (whatwg r4482)
- poot (Tuesday, 5 January)
hixie: Add text to handle external XML formats just like we handle internal XML formats. (whatwg r4513)
- poot (Wednesday, 6 January)
hixie: Add WindowProxy IDL definition to help webidl checker. (whatwg r4635)
- poot (Friday, 29 January)
hixie: Allow <link itemprop> without rel=''. (whatwg r4515)
- poot (Wednesday, 6 January)
hixie: Allow skipping sniffing steps. (whatwg r4556)
- poot (Sunday, 10 January)
hixie: Allow users to disable an <object> to show its fallback instead. (whatwg r4525)
- poot (Wednesday, 6 January)
hixie: another typo (whatwg r4500)
- poot (Wednesday, 6 January)
hixie: Avoid requiring that the user be notified of something, since that's a UI issue. (whatwg r4479)
- poot (Tuesday, 5 January)
hixie: Be clear that pushState() and replaceState() override the normal title-setting for an entry, but that normal navigation (e.g. by fragment identifier) gets its title from document.title. (whatwg r4591)
- poot (Friday, 15 January)
hixie: be correct about what the 'otherwise' cases are. (whatwg r4510)
- poot (Wednesday, 6 January)
hixie: Block pushState() and replaceState() from changing URLs when used by text/html-sandboxed content, to prevent them from spoofing other pages on the same origin. (whatwg r4630)
- poot (Wednesday, 27 January)
hixie: Change <figure> and <details> to use <figcaption> and <summary> rather than <dt>/<dd> or <legend>. (whatwg r4636)
- poot (Saturday, 30 January)
hixie: Change how itemref='' is processed to prevent infinite loops in the algorithms that handle microdata. (Mark II) (whatwg r4610)
- poot (Monday, 18 January)
hixie: Change the algorithm to avoid step 3 being a no-op. This will all become moot when I merge the -2 and -3 variants of this algorithm together. (whatwg r4524)
- poot (Wednesday, 6 January)
hixie: Change to referencing CSSATTR instead of CSS for style=''. (whatwg r4508)
- poot (Wednesday, 6 January)
hixie: Clarify how much leeway editors get in not being AIs. (whatwg r4529)
- poot (Wednesday, 6 January)
hixie: Clarify that <br> doesn't stop bidi processing. (whatwg r4483)
- poot (Tuesday, 5 January)
hixie: Clarify that sandbox='' also blocks writing cookies. (whatwg r4617)
- poot (Wednesday, 20 January)
hixie: Clarify the definition of data: origins to actually be implementable. (whatwg r4616)
- poot (Wednesday, 20 January)
hixie: Clarify toggle()'s return value. (whatwg r4484)
- poot (Tuesday, 5 January)
hixie: Clarify what 'empty' means for drag-and-drop events. (whatwg r4620)
- poot (Saturday, 23 January)
hixie: Clarify when the drag-and-drop steps run. (whatwg r4621)
- poot (Saturday, 23 January)
hixie: copypasta (whatwg r4487)
- poot (Tuesday, 5 January)
hixie: copypasta oversight. (whatwg r4516)
- poot (Wednesday, 6 January)
hixie: correct CSS syntax error in example (whatwg r4559)
- poot (Monday, 11 January)
hixie: Correct how 'entry update' is to happen to also update the other entries that referenced the document, and to not blow away state objects. (whatwg r4594)
- poot (Friday, 15 January)
hixie: Correct terminology regarding MIME types. (whatwg r4554)
- poot (Sunday, 10 January)
hixie: Correct the list of events that fire during copy&paste. (whatwg r4583)
- poot (Wednesday, 13 January)
hixie: data-* attributes and JS libraries: some advice (whatwg r4462)
- poot (Tuesday, 5 January)
hixie: defer to WebIDL for how to handle erorneous inputs to th CanvasPixelArray setter. (whatwg r4491)
- poot (Tuesday, 5 January)
hixie: define <nobr> and <wbr> (and fix markup error) (whatwg r4561)
- poot (Monday, 11 January)
hixie: Define a.text (whatwg r4562)
- poot (Monday, 11 January)
hixie: Define document.clear() (noop). (whatwg r4565)
- poot (Monday, 11 January)
hixie: Delay appcache events if the document hasn't loaded yet. (whatwg r4582)
- poot (Wednesday, 13 January)
hixie: Discourage also auto-generating alt text from other sources that the browsers also have access to. (whatwg r4558)
- poot (Sunday, 10 January)
hixie: disregard previous change, it was made in a momentary lapse of attentoni. (whatwg r4578)
- poot (Tuesday, 12 January)
hixie: drawFocusRing() support (whatwg r4465)
- poot (Tuesday, 5 January)
hixie: editing error (whatwg r4517)
- poot (Wednesday, 6 January)
hixie: error in example (whatwg r4497)
- poot (Wednesday, 6 January)
hixie: examples for multiple='' and list='' together. (whatwg r4503)
- poot (Wednesday, 6 January)
hixie: Expose the unordered set of unique space-separated tokens as DOMSettableTokenList objects in the DOM. Affects .sandbox (on iframe), .sizes (on link), .headers (on td and th, .itemRef (everywhere), and htmlFor (on output). (whatwg r4597)
- poot (Sunday, 17 January)
hixie: Fix a redundant requirement. Also, cleanup comment. (whatwg r4587)
- poot (Thursday, 14 January)
hixie: fix blank lines in IDL, broken xrefs. (whatwg r4568)
- poot (Monday, 11 January)
hixie: fix the 'previous step' reference now that a new step has been added between those two... (whatwg r4492)
- poot (Wednesday, 6 January)
hixie: freeze sandbox='' on document creation (whatwg r4580)
- poot (Tuesday, 12 January)
hixie: Freeze the sandbox flags and propagate them to nested browsing contexts. (whatwg r4586)
- poot (Wednesday, 13 January)
hixie: hide invalid charrefs from author view (whatwg r4463)
- poot (Tuesday, 5 January)
hixie: idl typo in earlier checkin (whatwg r4599)
- poot (Sunday, 17 January)
hixie: Improve compatibility with IE. (whatwg r4485)
- poot (Tuesday, 5 January)
hixie: intro for channel messaging (whatwg r4475)
- poot (Tuesday, 5 January)
hixie: let in-body handle </form> in table, since that works correctly. (whatwg r4528)
- poot (Wednesday, 6 January)
hixie: localName isn't affected by case conversions, so this note was previously incorrect. (whatwg r4486)
- poot (Tuesday, 5 January)
hixie: Lots of rewriting of the event handler attributes stuff: remove mention of namespaces, clarify some notes, clarify when the listeners are registered, clean up some class=impl usage. (whatwg r4521)
- poot (Wednesday, 6 January)
hixie: make 'fetch' support being called with a URL, since that is what the spec does all over the place anyway. (whatwg r4518)
- poot (Wednesday, 6 January)
hixie: Make <iframe sandbox=''> block localStorage and openDatabase. (whatwg r4584)
- poot (Wednesday, 13 January)
hixie: Make <script> contents not be nested paragraphs, which a strict reading of the spec previously implied. (whatwg r4523)
- poot (Wednesday, 6 January)
hixie: Make <style type='text/css;charset=xxx'> ignored. (whatwg r4520)
- poot (Wednesday, 6 January)
hixie: Make about:blank loading async, but make <iframe> and <object> not navigate to it if that's their starting point. (whatwg r4628)
- poot (Wednesday, 27 January)
hixie: make example more consistent (whatwg r4570)
- poot (Monday, 11 January)
hixie: Make history traversal unrelated to history truncation always async. Make popstate/hashchange async. Add context information to hashchange. (whatwg r4632)
- poot (Friday, 29 January)
hixie: Make informative text catch up to the new reality of how .load() works. (whatwg r4464)
- poot (Tuesday, 5 January)
hixie: make it easier to find Referer when editing (whatwg r4560)
- poot (Monday, 11 January)
hixie: Make location.port parsing more like IE8's. (whatwg r4471)
- poot (Tuesday, 5 January)
hixie: Make onbeforeunload and onunload fire on descendant browsing contexts. (whatwg r4493)
- poot (Wednesday, 6 January)
hixie: Make sandbox='' disallow using both allow-same-origin and allow-scripts (and make same-origin win). (whatwg r4577)
- poot (Tuesday, 12 January)
hixie: Make text/html-sandboxed sandbox plugins also, since plugins don't honour UA origin determinations. (whatwg r4618)
- poot (Wednesday, 20 January)
hixie: Make the 'language' dfn more clearly the UA requirement. (whatwg r4612)
- poot (Tuesday, 19 January)
hixie: Make the microdata spec stand slightly more alone. (whatwg r4634)
- poot (Friday, 29 January)
hixie: Make the spec require case-sensitive matches where it doesn't really matter whether it's sensitive or not, for sanity's sake. (whatwg r4476)
- poot (Tuesday, 5 January)
hixie: markup error in example (whatwg r4506)
- poot (Wednesday, 6 January)
hixie: Mention audio descriptions explicitly. (whatwg r4460)
- poot (Tuesday, 5 January)
hixie: Mention same-origin attacks and the importance of compartmentalization. (whatwg r4629)
- poot (Wednesday, 27 January)
hixie: mention that the Atom conversion step can result in non-conforming Atom feeds if the input is insufficient. (whatwg r4466)
- poot (Tuesday, 5 January)
hixie: Mention that this example should use text/html-sandboxed. (whatwg r4625)
- poot (Sunday, 24 January)
hixie: Mention that you can use other algorithms, e.g. hAtom, to convert HTML to Atom. (whatwg r4467)
- poot (Tuesday, 5 January)
hixie: Mention the danger of allow-scripts+allow-same-origin on same-origin iframes. (whatwg r4579)
- poot (Tuesday, 12 January)
hixie: Merge core and vocab specs back together. (whatwg r4553)
- poot (Saturday, 9 January)
hixie: Microdata: Fix the algorithm that removes duplicates to handle itemref=''. (whatwg r4473)
- poot (Tuesday, 5 January)
hixie: Minor editorial fixes. (whatwg r4588)
- poot (Thursday, 14 January)
hixie: missing word (whatwg r4519)
- poot (Wednesday, 6 January)
hixie: more session history editorial fixes (whatwg r4589)
- poot (Thursday, 14 January)
hixie: Move 'Namespaces' section to a more generic place since it's used by more than just the parser section. (whatwg r4564)
- poot (Monday, 11 January)
hixie: move a dangling sentence in the lang='' section. Also, ack for last checkin. (whatwg r4592)
- poot (Friday, 15 January)
hixie: Move the rules about interactions with CSS to the Elements section. (whatwg r4569)
- poot (Monday, 11 January)
hixie: Navigation should be async. This wasn't properly described before. (whatwg r4495)
- poot (Wednesday, 6 January)
hixie: no need to mention sort order here, it's sorted later. (whatwg r4474)
- poot (Tuesday, 5 January)
hixie: Obsolete note (consider '<marquee></html>'). (whatwg r4469)
- poot (Tuesday, 5 January)
hixie: oops, forgot to escape the ampersand for the spec's markup... (whatwg r4626)
- poot (Sunday, 24 January)
hixie: Oops, forgot to make iframe srcdoc documents that lack a doctype be in standards mode. (whatwg r4622)
- poot (Sunday, 24 January)
hixie: Oops, text/plain docs were losing a leading U+000A. (whatwg r4527)
- poot (Wednesday, 6 January)
hixie: Plug a security hole with appcache: don't allow hostile https: servers to cache no-store files on other https: servers. Also, mention that https: apps can be made to work offline. (whatwg r4557)
- poot (Sunday, 10 January)
hixie: Provide a safe way to host hostile content for use with an <iframe sandbox> on the same site. (whatwg r4581)
- poot (Tuesday, 12 January)
hixie: Put back <details> into the W3C copy of the spec. (whatwg r4552)
- poot (Saturday, 9 January)
hixie: Rationalise the various places that require the session history to be cleared. Make sure document.open() with replace=true also clears the session history. (whatwg r4593)
- poot (Friday, 15 January)
hixie: readability (whatwg r4514)
- poot (Wednesday, 6 January)
hixie: Remove <datagrid> parsing which had been left in to make it easier to add the element later. (whatwg r4470)
- poot (Tuesday, 5 January)
hixie: Remove <details> from the HTML _5_ Core and Vocabulary working draft. (whatwg r4549)
hixie: Remove a line of IDL that really wasn't adding anything useful. (whatwg r4563)
- poot (Monday, 11 January)
hixie: Remove a redundant requirement in the Tag Open State. (whatwg r4478)
- poot (Tuesday, 5 January)
hixie: remove mention of 3d canvas since there's groups working on it (whatwg r4511)
- poot (Wednesday, 6 January)
hixie: Remove nonsensical restriction on <button value>. (whatwg r4472)
- poot (Tuesday, 5 January)
hixie: remove redundant requirement (whatwg r4489)
- poot (Tuesday, 5 January)
hixie: Remove some examples that use HTML5 features from the W3C copy of the spec, since W3C wants the HTML5 spec to use HTML4. (whatwg r4574)
- poot (Monday, 11 January)
hixie: Remove text that barred HTML source code from being sent as text/plain, and other such things. (whatwg r4459)
- poot (Tuesday, 5 January)
hixie: Remove the magic for <progress> and <meter>. (whatwg r4458)
hixie: Rename text/sandboxed-html to text/html-sandboxed so it sorts better in lists of MIME types (whatwg r4585)
- poot (Wednesday, 13 January)
hixie: Require the label='' attribute on <command>, since without it the element is essentially useless. (whatwg r4575)
- poot (Monday, 11 January)
hixie: revert
- poot (Thursday, 14 January)
hixie: s/first script/entry script/ for sanity. (whatwg r4496)
- poot (Wednesday, 6 January)
hixie: s/quote/escape/ (whatwg r4624)
- poot (Sunday, 24 January)
hixie: Say that <source>s are alternatives. (whatwg r4550)
hixie: Say that failure means network-error-like failure, not, say, 404-like failure. (whatwg r4488)
- poot (Tuesday, 5 January)
hixie: Say that scrollIntoView() must do nothing if the element can't be scrolled into view. (whatwg r4590)
- poot (Friday, 15 January)
hixie: Shut down WebSocket when a document is unloaded. Add a hook for XHR to do the same. (whatwg r4501)
- poot (Wednesday, 6 January)
hixie: some editorial improvements to 'the indicated part...' (whatwg r4627)
- poot (Wednesday, 27 January)
hixie: split out communications section (whatwg r4548)
hixie: Split out the Web Browsers section and related bits. (whatwg r4551)
hixie: This used to hang the browser. It should be using the new 'spin the event loop' mechanism. (whatwg r4494)
- poot (Wednesday, 6 January)
hixie: Try to clean up the rules about when <script> attributes affect script execution. (whatwg r4555)
- poot (Sunday, 10 January)
hixie: tweak the text to have the example stuff after 'for example'. (whatwg r4490)
- poot (Tuesday, 5 January)
hixie: typo (whatwg r4477)
- poot (Tuesday, 5 January)
hixie: typo (whatwg r4480)
- poot (Tuesday, 5 January)
hixie: typo (whatwg r4481)
- poot (Tuesday, 5 January)
hixie: typo (whatwg r4498)
- poot (Wednesday, 6 January)
hixie: typo (whatwg r4499)
- poot (Wednesday, 6 January)
hixie: typo (whatwg r4505)
- poot (Wednesday, 6 January)
hixie: typo in idl (whatwg r4468)
- poot (Tuesday, 5 January)
hixie: Update references from ES3 to ES5. (whatwg r4567)
- poot (Monday, 11 January)
hixie: Update the fragment parsing algorithm to handle <script> more theoretically properly. And mention a quicker implementation strategy. (whatwg r4457)
hixie: Use 'and' instead of 'or' here. (whatwg r4526)
- poot (Wednesday, 6 January)
hixie: Warn readers about sandboxing not being a panacea. (whatwg r4615)
- poot (Wednesday, 20 January)
hixie: Webkit removed support, so only Opera and IE are left now. (whatwg r4461)
- poot (Tuesday, 5 January)
hixie: word order for readability (whatwg r4566)
- poot (Monday, 11 January)
mike: checkpointing
- poot (Saturday, 30 January)
mike: prose model
- poot (Friday, 29 January)
- poot (Friday, 29 January)
- poot (Friday, 29 January)
- poot (Friday, 29 January)
- poot (Friday, 29 January)
- poot (Friday, 29 January)
- poot (Friday, 29 January)
mike: update
- poot (Thursday, 28 January)
mike: update syntax
- poot (Friday, 29 January)
mike: various tweaks
- poot (Thursday, 28 January)
Last message date: Saturday, 30 January 2010 05:50:58 UTC