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