public-html-diffs@w3.org from January 2010 by subject

hixie: <form> and </form> handling in <table>. (whatwg r4522)

hixie: <iframe srcdoc=''> first cut. (whatwg r4619)

hixie: Add an example of srcdoc='' and some usage notes. (whatwg r4623)

hixie: add another blockquote example and mention that the conversation examples are later. (whatwg r4530)

hixie: Add some example graphics from Carlos. (whatwg r4507)

hixie: Add some examples of list='' usage. (whatwg r4502)

hixie: Add some type='' attributes to show how that could be done. (whatwg r4482)

hixie: Add text to handle external XML formats just like we handle internal XML formats. (whatwg r4513)

hixie: Add WindowProxy IDL definition to help webidl checker. (whatwg r4635)

hixie: Allow <link itemprop> without rel=''. (whatwg r4515)

hixie: Allow skipping sniffing steps. (whatwg r4556)

hixie: Allow users to disable an <object> to show its fallback instead. (whatwg r4525)

hixie: another typo (whatwg r4500)

hixie: Avoid requiring that the user be notified of something, since that's a UI issue. (whatwg r4479)

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)

hixie: be correct about what the 'otherwise' cases are. (whatwg r4510)

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)

hixie: Change <figure> and <details> to use <figcaption> and <summary> rather than <dt>/<dd> or <legend>. (whatwg r4636)

hixie: Change how itemref='' is processed to prevent infinite loops in the algorithms that handle microdata. (Mark II) (whatwg r4610)

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)

hixie: Change to referencing CSSATTR instead of CSS for style=''. (whatwg r4508)

hixie: Clarify how much leeway editors get in not being AIs. (whatwg r4529)

hixie: Clarify that <br> doesn't stop bidi processing. (whatwg r4483)

hixie: Clarify that sandbox='' also blocks writing cookies. (whatwg r4617)

hixie: Clarify the definition of data: origins to actually be implementable. (whatwg r4616)

hixie: Clarify toggle()'s return value. (whatwg r4484)

hixie: Clarify what 'empty' means for drag-and-drop events. (whatwg r4620)

hixie: Clarify when the drag-and-drop steps run. (whatwg r4621)

hixie: copypasta (whatwg r4487)

hixie: copypasta oversight. (whatwg r4516)

hixie: correct CSS syntax error in example (whatwg r4559)

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)

hixie: Correct terminology regarding MIME types. (whatwg r4554)

hixie: Correct the list of events that fire during copy&paste. (whatwg r4583)

hixie: data-* attributes and JS libraries: some advice (whatwg r4462)

hixie: defer to WebIDL for how to handle erorneous inputs to th CanvasPixelArray setter. (whatwg r4491)

hixie: define <nobr> and <wbr> (and fix markup error) (whatwg r4561)

hixie: Define a.text (whatwg r4562)

hixie: Define document.clear() (noop). (whatwg r4565)

hixie: Delay appcache events if the document hasn't loaded yet. (whatwg r4582)

hixie: Discourage also auto-generating alt text from other sources that the browsers also have access to. (whatwg r4558)

hixie: disregard previous change, it was made in a momentary lapse of attentoni. (whatwg r4578)

hixie: drawFocusRing() support (whatwg r4465)

hixie: editing error (whatwg r4517)

hixie: error in example (whatwg r4497)

hixie: examples for multiple='' and list='' together. (whatwg r4503)

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)

hixie: Fix a redundant requirement. Also, cleanup comment. (whatwg r4587)

hixie: fix blank lines in IDL, broken xrefs. (whatwg r4568)

hixie: fix the 'previous step' reference now that a new step has been added between those two... (whatwg r4492)

hixie: freeze sandbox='' on document creation (whatwg r4580)

hixie: Freeze the sandbox flags and propagate them to nested browsing contexts. (whatwg r4586)

hixie: hide invalid charrefs from author view (whatwg r4463)

hixie: idl typo in earlier checkin (whatwg r4599)

hixie: Improve compatibility with IE. (whatwg r4485)

hixie: intro for channel messaging (whatwg r4475)

hixie: let in-body handle </form> in table, since that works correctly. (whatwg r4528)

hixie: localName isn't affected by case conversions, so this note was previously incorrect. (whatwg r4486)

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)

hixie: make 'fetch' support being called with a URL, since that is what the spec does all over the place anyway. (whatwg r4518)

hixie: Make <iframe sandbox=''> block localStorage and openDatabase. (whatwg r4584)

hixie: Make <script> contents not be nested paragraphs, which a strict reading of the spec previously implied. (whatwg r4523)

hixie: Make <style type='text/css;charset=xxx'> ignored. (whatwg r4520)

hixie: Make about:blank loading async, but make <iframe> and <object> not navigate to it if that's their starting point. (whatwg r4628)

hixie: make example more consistent (whatwg r4570)

hixie: Make history traversal unrelated to history truncation always async. Make popstate/hashchange async. Add context information to hashchange. (whatwg r4632)

hixie: Make informative text catch up to the new reality of how .load() works. (whatwg r4464)

hixie: make it easier to find Referer when editing (whatwg r4560)

hixie: Make location.port parsing more like IE8's. (whatwg r4471)

hixie: Make onbeforeunload and onunload fire on descendant browsing contexts. (whatwg r4493)

hixie: Make sandbox='' disallow using both allow-same-origin and allow-scripts (and make same-origin win). (whatwg r4577)

hixie: Make text/html-sandboxed sandbox plugins also, since plugins don't honour UA origin determinations. (whatwg r4618)

hixie: Make the 'language' dfn more clearly the UA requirement. (whatwg r4612)

hixie: Make the microdata spec stand slightly more alone. (whatwg r4634)

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)

hixie: markup error in example (whatwg r4506)

hixie: Mention audio descriptions explicitly. (whatwg r4460)

hixie: Mention same-origin attacks and the importance of compartmentalization. (whatwg r4629)

hixie: mention that the Atom conversion step can result in non-conforming Atom feeds if the input is insufficient. (whatwg r4466)

hixie: Mention that this example should use text/html-sandboxed. (whatwg r4625)

hixie: Mention that you can use other algorithms, e.g. hAtom, to convert HTML to Atom. (whatwg r4467)

hixie: Mention the danger of allow-scripts+allow-same-origin on same-origin iframes. (whatwg r4579)

hixie: Merge core and vocab specs back together. (whatwg r4553)

hixie: Microdata: Fix the algorithm that removes duplicates to handle itemref=''. (whatwg r4473)

hixie: Minor editorial fixes. (whatwg r4588)

hixie: missing word (whatwg r4519)

hixie: more session history editorial fixes (whatwg r4589)

hixie: Move 'Namespaces' section to a more generic place since it's used by more than just the parser section. (whatwg r4564)

hixie: move a dangling sentence in the lang='' section. Also, ack for last checkin. (whatwg r4592)

hixie: Move the rules about interactions with CSS to the Elements section. (whatwg r4569)

hixie: Navigation should be async. This wasn't properly described before. (whatwg r4495)

hixie: no need to mention sort order here, it's sorted later. (whatwg r4474)

hixie: Obsolete note (consider '<marquee></html>'). (whatwg r4469)

hixie: oops, forgot to escape the ampersand for the spec's markup... (whatwg r4626)

hixie: Oops, forgot to make iframe srcdoc documents that lack a doctype be in standards mode. (whatwg r4622)

hixie: Oops, text/plain docs were losing a leading U+000A. (whatwg r4527)

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)

hixie: Provide a safe way to host hostile content for use with an <iframe sandbox> on the same site. (whatwg r4581)

hixie: Put back <details> into the W3C copy of the spec. (whatwg r4552)

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)

hixie: readability (whatwg r4514)

hixie: Remove <datagrid> parsing which had been left in to make it easier to add the element later. (whatwg r4470)

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)

hixie: Remove a redundant requirement in the Tag Open State. (whatwg r4478)

hixie: remove mention of 3d canvas since there's groups working on it (whatwg r4511)

hixie: Remove nonsensical restriction on <button value>. (whatwg r4472)

hixie: remove redundant requirement (whatwg r4489)

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)

hixie: Remove text that barred HTML source code from being sent as text/plain, and other such things. (whatwg r4459)

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)

hixie: Require the label='' attribute on <command>, since without it the element is essentially useless. (whatwg r4575)

hixie: revert

hixie: s/first script/entry script/ for sanity. (whatwg r4496)

hixie: s/quote/escape/ (whatwg r4624)

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)

hixie: Say that scrollIntoView() must do nothing if the element can't be scrolled into view. (whatwg r4590)

hixie: Shut down WebSocket when a document is unloaded. Add a hook for XHR to do the same. (whatwg r4501)

hixie: some editorial improvements to 'the indicated part...' (whatwg r4627)

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)

hixie: Try to clean up the rules about when <script> attributes affect script execution. (whatwg r4555)

hixie: tweak the text to have the example stuff after 'for example'. (whatwg r4490)

hixie: typo (whatwg r4477)

hixie: typo (whatwg r4480)

hixie: typo (whatwg r4481)

hixie: typo (whatwg r4498)

hixie: typo (whatwg r4499)

hixie: typo (whatwg r4505)

hixie: typo in idl (whatwg r4468)

hixie: Update references from ES3 to ES5. (whatwg r4567)

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)

hixie: Warn readers about sandboxing not being a panacea. (whatwg r4615)

hixie: Webkit removed support, so only Opera and IE are left now. (whatwg r4461)

hixie: word order for readability (whatwg r4566)

mike: checkpointing

mike: prose model

mike: update

mike: update syntax

mike: various tweaks

Last message date: Saturday, 30 January 2010 05:50:58 UTC