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