poot
- annevk: type is optional; doh (Tuesday, 31 August)
- annevk: make some minor changes to clarify a few things (Tuesday, 31 August)
- annevk: missing some latest version links (Tuesday, 31 August)
- annevk: advice from html5 dr bruce (Tuesday, 31 August)
- annevk: ping was dropped (Tuesday, 31 August)
- hixie: canPlayType('application/octet-stream') should always return ''. (whatwg r5407) (Tuesday, 31 August)
- hixie: note that japan styles year and year-month specially, so that we can support that, once we've proved that this actually gets used at all (whatwg r5406) (Tuesday, 31 August)
- hixie: Make document.domain match implementations more. (whatwg r5405) (Tuesday, 31 August)
- hixie: Change document.domain to not rely on XHR. Also handles document.implementation.createDocument().domain, which was previously not handled. (whatwg r5404) (Tuesday, 31 August)
- hixie: Cover the case of document.defaultView when there's no browsing context. (whatwg r5403) (Monday, 30 August)
- SSE; hixie: clarify what this means (whatwg r5402) (Monday, 30 August)
- SSE; hixie: Remove redundant requirements. (whatwg r5401) (Monday, 30 August)
- hixie: Make type=range round up when it's ambiguous (whatwg r5400) (Monday, 30 August)
- hixie: Define option.selected; make <option disabled selected> still get selected. (whatwg r5399) (Monday, 30 August)
- hixie: Make :disabled accurately reflect <option> disabled state. (whatwg r5398) (Monday, 30 August)
- hixie: contradiction (whatwg r5397) (Monday, 30 August)
- hixie: xref typo (whatwg r5396) (Monday, 30 August)
- hixie: typo (whatwg r5395) (Monday, 30 August)
- hixie: Make sure single top-level BCs still get an event loop. (whatwg r5394) (Monday, 30 August)
- hixie: typo (whatwg r5393) (Monday, 30 August)
- mike: updated (Sunday, 29 August)
- hixie: typo (whatwg r5392) (Saturday, 28 August)
- hixie: xref ID. Let me know if I xreffed any that should not have been. (whatwg r5390) (Saturday, 28 August)
- 2Dapi; hixie: Neuter 'currentColor' for addColorStop(), so that we don't have to track around which <canvas> created which CanvasGradient all the time. (whatwg r5389) (Saturday, 28 August)
- hixie: typo (whatwg r5388) (Saturday, 28 August)
- hixie: define when rel=stylesheet should be downloaded (whatwg r5387) (Saturday, 28 August)
- hixie: clarify that you do nothing if clearTimeout() is given bogus args. (whatwg r5386) (Saturday, 28 August)
- hixie: fix example's use of draggable (whatwg r5385) (Saturday, 28 August)
- hixie: fix example that didn't match prose (whatwg r5384) (Saturday, 28 August)
- hixie: remove bogus case and add missing quote (whatwg r5383) (Saturday, 28 August)
- hixie: new table example (whatwg r5382) (Saturday, 28 August)
- hixie: remove obsolete warning (whatwg r5381) (Friday, 27 August)
- hixie: Clarify input.size behaviour. (whatwg r5380) (Friday, 27 August)
- 2Dapi; hixie: mark example up (whatwg r5379) (Friday, 27 August)
- hixie: Ack for last checkin (whatwg r5378) (Friday, 27 August)
- hixie: Make popstate fire even when there's no new state (whatwg r5377) (Friday, 27 August)
- hixie: Define what happens when the type= of an <input> changes. (whatwg r5376) (Friday, 27 August)
- hixie: simplification (whatwg r5375) (Friday, 27 August)
- hixie: Explain what the soft/hard states are for. (whatwg r5374) (Friday, 27 August)
- 2Dapi; hixie: Convert HTML from 'float' to 'double' throughout. THIS IS HIGHLY EXPERIMENTAL. THIS LIKELY HAS ALL KINDS OF IMPLICATIONS I HAVE NOT CONSIDERED. PLEASE SEND FEEDBACK IF THIS IS IN THE SLIGHTEST BIT PROBLEMATIC. (whatwg r5373) (Friday, 27 August)
- hixie: Convert HTML from 'float' to 'double' throughout. THIS IS HIGHLY EXPERIMENTAL. THIS LIKELY HAS ALL KINDS OF IMPLICATIONS I HAVE NOT CONSIDERED. PLEASE SEND FEEDBACK IF THIS IS IN THE SLIGHTEST BIT PROBLEMATIC. (whatwg r5373) (Friday, 27 August)
- hixie: try to clarify 'must treat in a manner equivalent' (whatwg r5372) (Friday, 27 August)
- hixie: list the media elements (whatwg r5371) (Friday, 27 August)
- 2Dapi; hixie: Explicitly call out what happens when the maxWidth is <= 0. (whatwg r5370) (Friday, 27 August)
- hixie: try to reduce confusion (whatwg r5368) (Friday, 27 August)
- hixie: the long list looks silly (whatwg r5367) (Thursday, 26 August)
- hixie: Provide more ARIA role mappings for embed,audio,video,iframe,object (whatwg r5366) (Thursday, 26 August)
- hixie: apparently role=status means something else (whatwg r5365) (Thursday, 26 August)
- hixie: Update ARIA strong native semantics to include more elements that should not have a role (whatwg r5364) (Thursday, 26 August)
- hixie: Add a note with the list of elements with no roles. Hopefully it is complete. Let me know if I missed anything. (Original list from Maciej.) (whatwg r5363) (Thursday, 26 August)
- hixie: fix role for <input type=file> (whatwg r5362) (Thursday, 26 August)
- hixie: Clarify non-normative sentence. (whatwg r5361) (Thursday, 26 August)
- hixie: Make a number of enumerated IDL attributes be limited to known values, for ease of feature testing. (whatwg r5360) (Thursday, 26 August)
- sam: udpate status of 116 (Thursday, 26 August)
- hixie: Make ' red' parse as 'red' for legacy colours. (whatwg r5359) (Thursday, 26 August)
- hixie: xref (whatwg r5358) (Thursday, 26 August)
- hixie: note to self about CSS and <br> (whatwg r5357) (Thursday, 26 August)
- hixie: mention that paragraph and line breaks can be marked up in different ways. (whatwg r5356) (Thursday, 26 August)
- sam: Remove extraneous <hr> (Thursday, 26 August)
- hixie: fix pushState() example (whatwg r5355) (Thursday, 26 August)
- hixie: clarification (whatwg r5354) (Thursday, 26 August)
- hixie: rel=stylesheet should only override HTTP same-origin, to avoid cross-origin data theft (whatwg r5353) (Thursday, 26 August)
- hixie: reduce ambiguity (whatwg r5352) (Thursday, 26 August)
- hixie: fix example (whatwg r5351) (Wednesday, 25 August)
- hixie: that's not english (whatwg r5350) (Wednesday, 25 August)
- hixie: Add more explanatory text to the manifest stuff. (whatwg r5349) (Wednesday, 25 August)
- hixie: Mention that UAs can scroll on drag (whatwg r5348) (Wednesday, 25 August)
- sam: Update status of issues 116 and 117 (Wednesday, 25 August)
- hixie: typo (whatwg r5347) (Wednesday, 25 August)
- sam: Add issue-117; factor out common style and script (Wednesday, 25 August)
- hixie: clarify that history traversal happens in cases other than going back/forward (whatwg r5346) (Wednesday, 25 August)
- hixie: examples for boolean attributes (whatwg r5345) (Wednesday, 25 August)
- 2Dapi; hixie: remove bad description of arcTo() (whatwg r5344) (Wednesday, 25 August)
- 2Dapi; hixie: correct some of the informative prose (whatwg r5343) (Tuesday, 24 August)
- hixie: mention nesting forms (whatwg r5342) (Tuesday, 24 August)
- hixie: Allow times to be omitted from <ins datetime>/<del datetime>. (whatwg r5341) (Tuesday, 24 August)
- hixie: ack fix (whatwg r5340) (Tuesday, 24 August)
- hixie: xref (whatwg r5339) (Tuesday, 24 August)
- hixie: xref (whatwg r5338) (Tuesday, 24 August)
- hixie: typo (whatwg r5337) (Tuesday, 24 August)
- hixie: Typo (whatwg r5336) (Tuesday, 24 August)
- hixie: document.open('text/plain');document.write(LF); should not eat the newline (whatwg r5335) (Tuesday, 24 August)
- hixie: <marquee truespeed=false> is true, not false. (whatwg r5334) (Tuesday, 24 August)
- hixie: typo (whatwg r5333) (Tuesday, 24 August)
- hixie: Change how .autocomplete is reflected. (whatwg r5332) (Tuesday, 24 August)
- hixie: ARIA mapping for <details>. (whatwg r5331) (Tuesday, 24 August)
- sam: List bugs (Tuesday, 24 August)
- hixie: Allow XHR a way to block cookies. (whatwg r5330) (Tuesday, 24 August)
- hixie: clarification (whatwg r5329) (Tuesday, 24 August)
- hixie: fix over-eager fixing in previous checkin (whatwg r5328) (Tuesday, 24 August)
- hixie: Bug 915 police action (whatwg r5327) (Tuesday, 24 August)
- hixie: various clarifications for <video> and <source>. (whatwg r5326) (Tuesday, 24 August)
- hixie: make example less confusing (whatwg r5325) (Tuesday, 24 August)
- hixie: fire 'timeupdate' when firing 'emptied' if the time changed. (whatwg r5324) (Tuesday, 24 August)
- hixie: Clarify 'stall' to be less ambiguous about when it fires. (whatwg r5322) (Tuesday, 24 August)
- hixie: minor type in example (whatwg r5321) (Monday, 23 August)
- hixie: Add some examples of UIs that expose tooltips without a pointing device. (whatwg r5320) (Monday, 23 August)
- hixie: minor simplification (whatwg r5319) (Monday, 23 August)
- hixie: xref (whatwg r5318) (Monday, 23 August)
- hixie: xref (whatwg r5317) (Monday, 23 August)
- workers; hixie: xref (whatwg r5317) (Monday, 23 August)
- hixie: frame.contentWindow (whatwg r5316) (Friday, 20 August)
- webDB; hixie: example intro correction (whatwg r5315) (Friday, 20 August)
- webstorage; hixie: Change how localStorage protects from cross-origin accesses so that old Storage objects don't become vulnerable after document.domain is changed (which was rather inconsistent). (whatwg r5314) (Friday, 20 August)
- hixie: history.back() should fire unload too. (whatwg r5313) (Friday, 20 August)
- device; hixie: An idea for <device>. Don't know if we'll go with this, but it's interesting. (whatwg r5312) (Wednesday, 18 August)
- hixie: An idea for <device>. Don't know if we'll go with this, but it's interesting. (whatwg r5312) (Wednesday, 18 August)
- hixie: Make the structured clone algorithm using DATA_CLONE_ERR rather than NOT_SUPPORTED_ERR, for sicking. (whatwg r5311) (Wednesday, 18 August)
- hixie: Define the Media Timeline for <video> -- the timeline along which currentTime, duration, etc, are defined. (whatwg r5310) (Wednesday, 18 August)
- sam: Prune issue 41 list of proposals (Tuesday, 17 August)
- sam: Link to appeal (Tuesday, 17 August)
- sam: issue 100 poll completed (Tuesday, 17 August)
- webstorage; hixie: make IDL consistent with prose (whatwg r5308) (Monday, 16 August)
- hixie: make IDL consistent with prose (whatwg r5308) (Monday, 16 August)
- hixie: use vendor--feature instead of _vendor-feature since Apple engineers think underscores are ugly. (whatwg r5307) (Monday, 16 August)
- hixie: add some table ids (whatwg r5306) (Monday, 16 August)
- hixie: typos (whatwg r5305) (Monday, 16 August)
- hixie: Remove references to the link relations registry, since the test is over and it doesn't look like we'll use it in its current form. (whatwg r5304) (Monday, 16 August)
- hixie: Make tabindex='' appear in the toc. (whatwg r5303) (Monday, 16 August)
- hixie: referenced spec name change update (whatwg r5302) (Monday, 16 August)
- hixie: UTF-16 terminology. (whatwg r5301) (Monday, 16 August)
- hixie: Change how to handle unexpected HTML elements in foreign content to be a previously-solved problem, rather than rolling our own escapte hatch with all the problems that entails. (whatwg r5300) (Monday, 16 August)
- hixie: Revert r3385 - there are sites that depend on .spellcheck being a boolean, it turns out. (whatwg r5299) (Monday, 16 August)
- hixie: Coalesce text nodes even if they're not parser-inserted. (whatwg r5298) (Monday, 16 August)
- hixie: Make sure </svg> exits foreign content mode (whatwg r5297) (Monday, 16 August)
- hixie: remove incorrect comment (whatwg r5296) (Monday, 16 August)
- hixie: <meta charset> should only work for ASCII-compatible encodings. (whatwg r5295) (Monday, 16 August)
- hixie: Use a better name than 'write-neutralized'. (whatwg r5294) (Monday, 16 August)
- hixie: Forgot to remove <button> from the main scoping list. Please let me know ASAP if this change breaks anything. (whatwg r5293) (Monday, 16 August)
- hixie: duplicate entry (whatwg r5292) (Monday, 16 August)
- hixie: <table><form> also sets form pointer. (whatwg r5291) (Monday, 16 August)
- steve: tweaked explanation of reasons for requiring alt when inline description also available. (Monday, 16 August)
- steve: added info about use of null alt attribute (Monday, 16 August)
- eliot: Fix for bug 10149: i18n comment 1 : UTF-16 BOM is required. Quick change of should to must in Encoding section, per bug. (Friday, 13 August)
- hixie: disk space limitations for appcache (whatwg r5287) (Thursday, 12 August)
- hixie: Handle the race condition of a manifest becoming 404 while a page that uses it is loading. (whatwg r5286) (Thursday, 12 August)
- hixie: Remove document.async and restrict document.load to createDocument() documents. (whatwg r5285) (Thursday, 12 August)
- hixie: Set 'unicode-bidi: embed' on non-inline elements to preserve bidi behaviour when setting them to inline. (whatwg r5284) (Thursday, 12 August)
- hixie: <select required> (whatwg r5283) (Wednesday, 11 August)
- 2Dapi; hixie: Fix all the bits that referred to img.complete and assumed it was not returning 'true' when src was missing (that changed recently). (whatwg r5282) (Wednesday, 11 August)
- hixie: Fix all the bits that referred to img.complete and assumed it was not returning 'true' when src was missing (that changed recently). (whatwg r5282) (Wednesday, 11 August)
- 2Dapi; hixie: allow context arguemtns on getContext (whatwg r5281) (Wednesday, 11 August)
- hixie: allow context arguemtns on getContext (whatwg r5281) (Wednesday, 11 August)
- sam: Link to correct survey (props: shelleyp) (Wednesday, 11 August)
- 2Dapi; hixie: compositing clarifications (whatwg r5280) (Wednesday, 11 August)
- 2Dapi; hixie: Try to reduce confusion over the transformation API's arguments (whatwg r5279) (Wednesday, 11 August)
- sam: Straw polls (Wednesday, 11 August)
- microdata; hixie: Try to clarify an example (whatwg r5278) (Wednesday, 11 August)
- 2Dapi; hixie: Try to clarify an example (whatwg r5278) (Wednesday, 11 August)
- device; hixie: Try to clarify an example (whatwg r5278) (Wednesday, 11 August)
- postmsg; hixie: Try to clarify an example (whatwg r5278) (Wednesday, 11 August)
- hixie: Try to clarify an example (whatwg r5278) (Wednesday, 11 August)
- postmsg; hixie: drop support for '/' origins in postMessage(), and require that paths be ignored. (whatwg r5277) (Wednesday, 11 August)
- hixie: img.complete should be true if src=''. (whatwg r5276) (Tuesday, 10 August)
- hixie: Make target=_self override the seamless attribute's navigation mechanism. (whatwg r5275) (Tuesday, 10 August)
- sam: Add issue 116 (Tuesday, 10 August)
- sam: Various updates (Tuesday, 10 August)
- hixie: consistency (whatwg r5274) (Tuesday, 10 August)
- webDB; hixie: try adding registration templates to the spec (whatwg r5273) (Tuesday, 10 August)
- websocket; hixie: try adding registration templates to the spec (whatwg r5273) (Tuesday, 10 August)
- workers; hixie: try adding registration templates to the spec (whatwg r5273) (Tuesday, 10 August)
- webstorage; hixie: try adding registration templates to the spec (whatwg r5273) (Tuesday, 10 August)
- SSE; hixie: try adding registration templates to the spec (whatwg r5273) (Tuesday, 10 August)
- postmsg; hixie: try adding registration templates to the spec (whatwg r5273) (Tuesday, 10 August)
- device; hixie: try adding registration templates to the spec (whatwg r5273) (Tuesday, 10 August)
- 2Dapi; hixie: try adding registration templates to the spec (whatwg r5273) (Tuesday, 10 August)
- hixie: try adding registration templates to the spec (whatwg r5273) (Tuesday, 10 August)
- microdata; hixie: try adding registration templates to the spec (whatwg r5273) (Tuesday, 10 August)
- mike: build tinkering: only put IDs on links to DFNs, and make sensible IDs (not random-number-like generated ones) (Tuesday, 10 August)
- hixie: typo (whatwg r5272) (Tuesday, 10 August)
- hixie: minor clarifications and corrections (whatwg r5271) (Tuesday, 10 August)
- hixie: Allow UAs to provide encoding override UI. (whatwg r5270) (Tuesday, 10 August)
- hixie: more typos and clarifications (whatwg r5269) (Tuesday, 10 August)
- hixie: Require spaces between attributes. (whatwg r5268) (Tuesday, 10 August)
- hixie: typos (whatwg r5267) (Tuesday, 10 August)
- hixie: More clarifications. (whatwg r5266) (Tuesday, 10 August)
- hixie: Clarify what happens when accept-charset is empty. (whatwg r5265) (Tuesday, 10 August)
- hixie: clarifications (whatwg r5264) (Tuesday, 10 August)
- hixie: Rewrite the form intro. Let me know if there's anything in the old intro you think I should have kept. (whatwg r5263) (Tuesday, 10 August)
- hixie: typo (whatwg r5262) (Tuesday, 10 August)
- hixie: consistency (whatwg r5261) (Tuesday, 10 August)
- SSE; hixie: typos (whatwg r5260) (Tuesday, 10 August)
- hixie: typos (whatwg r5260) (Tuesday, 10 August)
- hixie: Clarify the order in which lists are added to the task list. (whatwg r5259) (Tuesday, 10 August)
- SSE; hixie: Some more references to UTF-8. (whatwg r5258) (Tuesday, 10 August)
- workers; hixie: Some more references to UTF-8. (whatwg r5258) (Tuesday, 10 August)
- hixie: Some more references to UTF-8. (whatwg r5258) (Tuesday, 10 August)
- hixie: clarification (whatwg r5257) (Tuesday, 10 August)
- hixie: Clarify that there's no deadlock when navigating... (whatwg r5256) (Tuesday, 10 August)
- hixie: typo (whatwg r5255) (Monday, 9 August)
- webstorage; hixie: new class attribute in header (Monday, 9 August)
- workers; hixie: new class attribute in header (Monday, 9 August)
- webDB; hixie: new class attribute in header (Monday, 9 August)
- websocket; hixie: new class attribute in header (Monday, 9 August)
- SSE; hixie: new class attribute in header (Monday, 9 August)
- hixie: new class attribute in header (Monday, 9 August)
- microdata; hixie: new class attribute in header (Monday, 9 August)
- 2Dapi; hixie: new class attribute in header (Monday, 9 August)
- device; hixie: new class attribute in header (Monday, 9 August)
- postmsg; hixie: new class attribute in header (Monday, 9 August)
- hixie: Make HTMLInputElement.files not throw when called at a bogus time. (whatwg r5254) (Monday, 9 August)
- device; hixie: Add WEBIDL ref to HTML modules (Monday, 9 August)
- 2Dapi; hixie: Add WEBIDL ref to HTML modules (Monday, 9 August)
- postmsg; hixie: Add WEBIDL ref to HTML modules (Monday, 9 August)
- hixie: Make <title> and <subtitle> in the Atom conversion contain markup (whatwg r5253) (Monday, 9 August)
- mike: minor format tinkering (Monday, 9 August)
- hixie: typos (whatwg r5251) (Monday, 9 August)
- hixie: missing paragraph (whatwg r5250) (Monday, 9 August)
- hixie: Add text to enable us to registry the HTML link types with [WEBLINK]. (whatwg r5249) (Monday, 9 August)
- hixie: Make rel=prefetch apply to <a>. (whatwg r5248) (Monday, 9 August)
- mike: make dfn pop-ups work in multipage version (Monday, 9 August)
- mike: further knob-turning of index and references sections (Sunday, 8 August)
- mike: build tweak (consolidate index items) (Saturday, 7 August)
- mike: build tweaks to make dfn pop-ups more useful (Friday, 6 August)
- hixie: notes for future versions (whatwg r5246) (Friday, 6 August)
- hixie: Make more attributes be limited to only known values. (whatwg r5245) (Friday, 6 August)
- websocket; hixie: Updating the WebSocket garbage collection rules. (whatwg r5243) (Friday, 6 August)
- websocket; hixie: Make WebSocket.send() return void. (whatwg r5242) (Friday, 6 August)
- mike: made markup-consistency fix from Dom (Thursday, 5 August)
- mike: build tweak (moved IDs to html element (document element) in multipage output) (Thursday, 5 August)
- mike: style changes + typo fix from plh (Thursday, 5 August)
- hixie: Make DOMContentLoaded bubble. (whatwg r5240) (Wednesday, 4 August)
- hixie: ack for previous checkin (whatwg r5239) (Wednesday, 4 August)
- hixie: reorder for clarity and xref (whatwg r5238) (Wednesday, 4 August)
- hixie: idioms: main content (whatwg r5237) (Wednesday, 4 August)
- hixie: Make <textarea> support 'white-space. (whatwg r5236) (Wednesday, 4 August)
- hixie: Clarify how 'entry script' is changed. (whatwg r5234) (Wednesday, 4 August)
- mike: added some markup for consistency per suggestion from Dom (Wednesday, 4 August)
- mike: build tweak (Wednesday, 4 August)
- mike: added the beginnings of an alphabetical index (Wednesday, 4 August)
- hixie: Make progress.max default to 1, since that's its effective default in the algoritms it is used in. (whatwg r5233) (Wednesday, 4 August)
- hixie: Drop CSS2 System Colour support from bgcolor='' (whatwg r5232) (Wednesday, 4 August)
- hixie: thanks to Jurgen for the :target styling suggestion (whatwg r5231) (Tuesday, 3 August)
- hixie: Mention that there might be specs that make :link/:visited more magical. (whatwg r5230) (Tuesday, 3 August)
- hixie: <option> and <input type=checkbox/radio> can match :default (whatwg r5229) (Tuesday, 3 August)
- hixie: <option> can match :checked (whatwg r5228) (Tuesday, 3 August)
- hixie: Redefine getContext() so that the handling of multple context types is defined. (whatwg r5227) (Monday, 2 August)
- 2Dapi; hixie: Redefine getContext() so that the handling of multple context types is defined. (whatwg r5227) (Monday, 2 August)
- mike: build tweak (Monday, 2 August)
- mike: added a "jump index" for quickly getting to per-element documentation (Monday, 2 August)
- mike: include selected datatype/microsyntax descriptions at point of use, along with attribute descriptions, and reworked some individual datatype descriptions (Sunday, 1 August)
Last message date: Tuesday, 31 August 2010 14:31:47 UTC