public-html-diffs@w3.org from September 2010 by thread

microdata; hixie: Better define how sets of unique space-separated tokens are handled in terms of case-sensitivity. (whatwg r5571) poot (Thursday, 30 September)

hixie: Better define how sets of unique space-separated tokens are handled in terms of case-sensitivity. (whatwg r5571) poot (Thursday, 30 September)

sam: Record issues 125, 126, and 127 poot (Thursday, 30 September)

hixie: vaguely push people towards a polyglot-compatible doctype (whatwg r5570) poot (Thursday, 30 September)

hixie: remove anything to do with ARIA from the definitions of table elements (whatwg r5569) poot (Thursday, 30 September)

hixie: title change (whatwg r5568) poot (Thursday, 30 September)

hixie: Remove confusing paragraphs (whatwg r5567) poot (Thursday, 30 September)

hixie: Put method=DELETE and method=PUT to rest. (whatwg r5566) poot (Thursday, 30 September)

hixie: List some of the differences, to make Julian happier. (whatwg r5565) poot (Thursday, 30 September)

hixie: typo (whatwg r5564) poot (Thursday, 30 September)

hixie: Revamp how the foreign lands are defined to make it easier to add the U+0000 handling. This checkin should have no normative effect. If there are any normative changes in this patch, that's a bug, pleasel let me know ASAP. (whatwg r5563) poot (Thursday, 30 September)

eliot: Edited language in <noscript> recommendation poot (Wednesday, 29 September)

hixie: Change how vendor extensions are marked up. (whatwg r5562) poot (Wednesday, 29 September)

hixie: Adding the <s> element to the language. (whatwg r5561) poot (Wednesday, 29 September)

hixie: Canonical mapping for EUC-JP for compat reasons. (whatwg r5560) poot (Wednesday, 29 September)

hixie: typo (whatwg r5558) poot (Wednesday, 29 September)

hixie: Add the remaining MathML entities -- the ones that expand to two characters. (whatwg r5557) poot (Wednesday, 29 September)

postmsg; hixie: Add the remaining MathML entities -- the ones that expand to two characters. (whatwg r5557) poot (Wednesday, 29 September)

microdata; hixie: Add the remaining MathML entities -- the ones that expand to two characters. (whatwg r5557) poot (Wednesday, 29 September)

device; hixie: Add the remaining MathML entities -- the ones that expand to two characters. (whatwg r5557) poot (Wednesday, 29 September)

2Dapi; hixie: Add the remaining MathML entities -- the ones that expand to two characters. (whatwg r5557) poot (Wednesday, 29 September)

hixie: omitting a content attribute value makes no sense (whatwg r5556) poot (Wednesday, 29 September)

hixie: don't encourage use of 'class' so much (whatwg r5555) poot (Wednesday, 29 September)

hixie: typo (whatwg r5551) poot (Wednesday, 29 September)

hixie: Require label for <input type=button> (whatwg r5550) poot (Wednesday, 29 September)

hixie: Oops, forgot that numbers and Numbers were distinct in JS. (whatwg r5549) poot (Wednesday, 29 September)

SSE; hixie: typo (whatwg r5547) poot (Wednesday, 29 September)

hixie: typo (whatwg r5547) poot (Wednesday, 29 September)

hixie: Update to better match UAs. (whatwg r5546) poot (Wednesday, 29 September)

hixie: Match Gecko for character encoding processing for <script> (whatwg r5545) poot (Wednesday, 29 September)

hixie: Be more pedantic about 'codecs'. (whatwg r5544) poot (Wednesday, 29 September)

hixie: copy pasta (whatwg r5543) poot (Tuesday, 28 September)

sam: Tweak date poot (Tuesday, 28 September)

hixie: better defaults for textarea.rows and .cols (whatwg r5542) poot (Tuesday, 28 September)

hixie: redundant (whatwg r5541) poot (Tuesday, 28 September)

hixie: Make the .method IDL attribute return lowercase values. (whatwg r5540) poot (Tuesday, 28 September)

hixie: Default input.size to 20. (whatwg r5539) poot (Tuesday, 28 September)

2Dapi; hixie: Change how canvas blur is calculated to be less quirky. Please update your browsers accordingly. This affects all implementations. (whatwg r5538) poot (Tuesday, 28 September)

hixie: Match UAs better for 'limited to known values' reflection. (whatwg r5537) poot (Tuesday, 28 September)

hixie: Update references to base64 (whatwg r5536) poot (Tuesday, 28 September)

hixie: Allow timers to be delayed when power usage is an issue. (whatwg r5535) poot (Tuesday, 28 September)

hixie: Make a second (bogus) <body> reset the frameset-ok flag. (whatwg r5534) poot (Tuesday, 28 September)

hixie: WebSRT: Allow newlines between tags. Also, typo fix. (whatwg r5533) poot (Tuesday, 28 September)

hixie: typo (whatwg r5531) poot (Tuesday, 28 September)

sam: Close issue-117; solicit proposals for 121; prep for survey on 92 poot (Tuesday, 28 September)

workers; hixie: Tighten up UTF-8 error handling definitions (whatwg r5530) poot (Tuesday, 28 September)

SSE; hixie: Tighten up UTF-8 error handling definitions (whatwg r5530) poot (Tuesday, 28 September)

hixie: Tighten up UTF-8 error handling definitions (whatwg r5530) poot (Tuesday, 28 September)

hixie: grammar (whatwg r5529) poot (Tuesday, 28 September)

microdata; hixie: inaccuracy (whatwg r5528) poot (Tuesday, 28 September)

hixie: Mention xml:space since people seem unable to read the XML spec. (whatwg r5527) poot (Tuesday, 28 September)

hixie: hide vestiges of microdata from the w3c version of the spec (whatwg r5526) poot (Tuesday, 28 September)

hixie: Change how we ignore window.open()'s third argument. (whatwg r5525) poot (Tuesday, 28 September)

hixie: Define 'empty'. (whatwg r5524) poot (Tuesday, 28 September)

hixie: Window is not OverrideBuiltins according to Adrian's testing. (whatwg r5523) poot (Tuesday, 28 September)

hixie: Parser foreign lands: Oops, I missed one of the ways that scoping happens. (whatwg r5522) poot (Monday, 27 September)

hixie: Parser foreign lands: Get rid of secondary insertion mode, always use 'in body', scope HTML in foreign lands so that we won't try to close elements cross-namespace (e.g. <svg><p><desc><form> won't imply a </p> that closes the <p>...; <td> won't close all the SVG if the SVG is in a cell). (whatwg r5521) poot (Monday, 27 September)

sam: Correct nickname for issue-122 poot (Monday, 27 September)

hixie: <math><mi><object><span></span></object></mi><mi>: last <mi> ends up in the wrong namespace (whatwg r5520) poot (Sunday, 26 September)

hixie: editorial fixes for bugs reported on IRC today (whatwg r5519) poot (Sunday, 26 September)

hixie: Update some ARIA mappings for states to make more sense (whatwg r5518) poot (Sunday, 26 September)

hixie: <figcaption> should only be used as a caption of a no-alt <img> if there's no other content in the <figure> (whatwg r5517) poot (Sunday, 26 September)

sam: Issue 110 is resolved poot (Sunday, 26 September)

hixie: Make contextmenu into a MouseEvent. (whatwg r5516) poot (Sunday, 26 September)

hixie: correctness in the note (whatwg r5515) poot (Sunday, 26 September)

hixie: remove redundant text (whatwg r5514) poot (Sunday, 26 September)

hixie: Nuke the comment end space state. (whatwg r5513) poot (Sunday, 26 September)

2Dapi; hixie: Make the anticlockwise argument to arc() optional default false. (whatwg r5512) poot (Sunday, 26 September)

hixie: For <details>, allow any of the roles that support aria-expanded. (whatwg r5511) poot (Sunday, 26 September)

hixie: editorial fixes around the parser (no normative changes) (whatwg r5510) poot (Sunday, 26 September)

hixie: Support <annotation-xml encoding='text/html'> in the parser. (experimental) (whatwg r5509) poot (Sunday, 26 September)

hixie: Apparently an IE oddness that everyone now supports. (whatwg r5508) poot (Sunday, 26 September)

hixie: copypasta (whatwg r5507) poot (Sunday, 26 September)

hixie: you can't get here with GET (whatwg r5506) poot (Sunday, 26 September)

hixie: Parser: change how <option> is parsed to avoid useless implied tokens. (whatwg r5505) poot (Sunday, 26 September)

hixie: make the legend rendering requirements only apply when they make sense (whatwg r5504) poot (Sunday, 26 September)

sam: Add a link to tracker requests poot (Saturday, 25 September)

hixie: terminology clarification (whatwg r5503) poot (Saturday, 25 September)

hixie: clarify who owns what when scripts are moved between documents (whatwg r5502) poot (Saturday, 25 September)

hixie: document.readyState should be updated after csalling document.open(). (whatwg r5501) poot (Saturday, 25 September)

hixie: Oops, forgot to say to resolve the argument... (whatwg r5500) poot (Saturday, 25 September)

hixie: Make policy checks for <script> happen after the flag is set that prevents the script from being run again, so that if somehow an attacker causes a document to be reinserted somewhere that has scripts enabled, the scripts still won't run. (whatwg r5499) poot (Saturday, 25 September)

hixie: xref for easier finding of the prose now that this section is so long (whatwg r5498) poot (Saturday, 25 September)

hixie: Match reality (whatwg r5497) poot (Saturday, 25 September)

hixie: Allow parser-inserted scripts to rerun if they failed to be run by the parser. (whatwg r5496) poot (Saturday, 25 September)

hixie: select.size should never return 0 (also affects other attributes) (whatwg r5495) poot (Saturday, 25 September)

hixie: unsigned long range - extend fix in r5472 to cover also those unsigned long attributes limited to non-zero values. (whatwg r5494) poot (Saturday, 25 September)

hixie: xref (whatwg r5493) poot (Saturday, 25 September)

hixie: Add an example of absolute URLs in appcaches. (whatwg r5492) poot (Saturday, 25 September)

hixie: help people find window.navigator (whatwg r5491) poot (Saturday, 25 September)

hixie: <svg><title>[EOF] had an infinite loop. (whatwg r5490) poot (Saturday, 25 September)

hixie: Only compare fragments for onhashchange, to make this work better with pushState(). Also, define it as case-sensitive. (whatwg r5489) poot (Saturday, 25 September)

hixie: Some foreign elements get case-converted, which would have broken this. (whatwg r5488) poot (Saturday, 25 September)

webstorage; hixie: typo (whatwg r5487) poot (Saturday, 25 September)

hixie: Define http-equiv='set-cookie' (whatwg r5486) poot (Saturday, 25 September)

hixie: Also make pushState() store UA state such as scroll position. (whatwg r5485) poot (Saturday, 25 September)

hixie: seamless='' should remove the border on the iframe. (whatwg r5484) poot (Saturday, 25 September)

hixie: Show best practice for use of labels in details. (whatwg r5483) poot (Saturday, 25 September)

hixie: Explain ononline and onoffline in the author parts. (whatwg r5482) poot (Saturday, 25 September)

hixie: Mention the fingerprinting issue on window.navigator (whatwg r5481) poot (Saturday, 25 September)

hixie: Make :optional more strictly match their CSS3 UI definitions. (whatwg r5480) poot (Saturday, 25 September)

hixie: typo (whatwg r5479) poot (Friday, 24 September)

device; hixie: Reintroduce <ol type> as conforming. (whatwg r5478) poot (Friday, 24 September)

2Dapi; hixie: Reintroduce <ol type> as conforming. (whatwg r5478) poot (Friday, 24 September)

postmsg; hixie: Reintroduce <ol type> as conforming. (whatwg r5478) poot (Friday, 24 September)

hixie: Reintroduce <ol type> as conforming. (whatwg r5478) poot (Friday, 24 September)

microdata; hixie: Reintroduce <ol type> as conforming. (whatwg r5478) poot (Friday, 24 September)

hixie: avoid confusing use of 'event' (whatwg r5477) poot (Friday, 24 September)

hixie: Mention <img lowsrc> (whatwg r5476) poot (Friday, 24 September)

hixie: edit error (whatwg r5475) poot (Friday, 24 September)

hixie: disallow -00:00 in a global date and time string (whatwg r5474) poot (Friday, 24 September)

hixie: Oops, missed this one. (whatwg r5473) poot (Friday, 24 September)

hixie: Match reality for reflection of unsigned long IDL attrs. (whatwg r5472) poot (Friday, 24 September)

hixie: accuracy (consider the fragment case) (whatwg r5471) poot (Thursday, 23 September)

sam: Correct column order for issue 110 poot (Thursday, 23 September)

sam: Updates for issue 41 and 110 poot (Thursday, 23 September)

microdata; hixie: Let W3C deal with the registries. (whatwg r5470) poot (Thursday, 23 September)

SSE; hixie: Let W3C deal with the registries. (whatwg r5470) poot (Thursday, 23 September)

hixie: Let W3C deal with the registries. (whatwg r5470) poot (Thursday, 23 September)

hixie: Suggest that 'data-*-*' should allow the prefix to be changed in libraries. (whatwg r5469) poot (Thursday, 23 September)

sam: 119 call for proposals poot (Wednesday, 22 September)

sam: Cleanup poot (Wednesday, 22 September)

sam: Issue-41 updates poot (Monday, 20 September)

annevk: nothing changed; HTML5 is stable yay poot (Sunday, 19 September)

annevk: typo; thanks Randy poot (Sunday, 19 September)

sam: Issue 116 is closed poot (Thursday, 16 September)

sam: Corrections poot (Wednesday, 15 September)

sam: Close open elements poot (Wednesday, 15 September)

sam: Remove stray tags poot (Wednesday, 15 September)

sam: Misplaced strong tag poot (Wednesday, 15 September)

sam: Partial cleanup poot (Wednesday, 15 September)

sam: Numerous updates poot (Wednesday, 15 September)

sam: Add issue-74 and issue-105 counter proposal poot (Wednesday, 15 September)

sam: Add new issues poot (Wednesday, 15 September)

hixie: Adjust to match reality (whatwg r5468) poot (Friday, 10 September)

2Dapi; hixie: size is misleading (whatwg r5467) poot (Friday, 10 September)

hixie: HTMLOptionElement.text collapses spaces. (whatwg r5466) poot (Friday, 10 September)

hixie: mitigate the risk of autofocus being used in script-less XSS scenarios to transfer focus to hostile forms (whatwg r5465) poot (Friday, 10 September)

hixie: Define <th> centering more accurately. (whatwg r5464) poot (Friday, 10 September)

hixie: typo (whatwg r5463) poot (Friday, 10 September)

hixie: clarification (the word 'capitalize' is used to mean other things too so let's avoid it) (whatwg r5461) poot (Friday, 10 September)

hixie: Make clearer that the parser wins this battle of form associations. (whatwg r5460) poot (Friday, 10 September)

hixie: update domintro and xref (whatwg r5458) poot (Thursday, 9 September)

hixie: clarification of an edge case (whatwg r5457) poot (Thursday, 9 September)

2Dapi; hixie: give images sizes (whatwg r5456) poot (Thursday, 9 September)

hixie: give images sizes (whatwg r5456) poot (Thursday, 9 September)

hixie: Update the 'Contexts in which this element may be used' sections and generally clean that up. (whatwg r5455) poot (Thursday, 9 September)

device; hixie: Update the 'Contexts in which this element may be used' sections and generally clean that up. (whatwg r5455) poot (Thursday, 9 September)

hixie: typo (whatwg r5454) poot (Thursday, 9 September)

hixie: Mention FAQs for <dl>. We already have an example. (whatwg r5453) poot (Thursday, 9 September)

hixie: typo (whatwg r5452) poot (Thursday, 9 September)

hixie: Define how to handle <img src='mailto:foo@example.com'> (whatwg r5451) poot (Wednesday, 8 September)

hixie: Make ol[type=x] case-sensitive in HTML. Make <ul type='disc'> case-insensitive in XML. (whatwg r5450) poot (Wednesday, 8 September)

hixie: Make the 'already started' flag actually work. Also, reorder things in the 'run' algorithm so that we check things in order of cost to check, instead of doing the work up front and then the checks afterwards. (whatwg r5449) poot (Wednesday, 8 September)

hixie: typo (whatwg r5448) poot (Wednesday, 8 September)

2Dapi; hixie: colour values on the web are generally considered to be bytes 0..255, not floats 0..1. (whatwg r5446) poot (Wednesday, 8 September)

2Dapi; hixie: WebIDL takes care of this. (whatwg r5444) poot (Wednesday, 8 September)

hixie: HTMLCollection.item can return Element in the IDL safely (whatwg r5443) poot (Wednesday, 8 September)

hixie: typo (whatwg r5442) poot (Wednesday, 8 September)

hixie: typo (whatwg r5441) poot (Wednesday, 8 September)

hixie: Move this section up to introduce the section better. (whatwg r5440) poot (Wednesday, 8 September)

hixie: HTMLOptionsCollection.selectedItem (whatwg r5439) poot (Wednesday, 8 September)

hixie: markup error (whatwg r5438) poot (Wednesday, 8 September)

hixie: xref confusion (whatwg r5436) poot (Wednesday, 8 September)

hixie: Allow <td> in <thead> (whatwg r5434) poot (Wednesday, 8 September)

hixie: Explain example some more. (whatwg r5433) poot (Wednesday, 8 September)

hixie: Disallow <label> to be used with <input type=hidden>. (whatwg r5432) poot (Wednesday, 8 September)

SSE; hixie: give the encoding for Last-Event-ID (whatwg r5431) poot (Tuesday, 7 September)

hixie: oops, multiple timed track cues can start at the same time as each other, what was I thinking (whatwg r5430) poot (Tuesday, 7 September)

sam: Link to issue 9 requirements document; seeking amicable resolution of issue 116 poot (Tuesday, 7 September)

hixie: oops, accidentally reverted earlier change (whatwg r5428) poot (Tuesday, 7 September)

hixie: Fix <label>'s ARIA restrictions (whatwg r5427) poot (Tuesday, 7 September)

hixie: Try giving a better suggestion. (whatwg r5426) poot (Tuesday, 7 September)

hixie: typo (whatwg r5425) poot (Tuesday, 7 September)

hixie: remove some inaccurate non-normative statements (whatwg r5424) poot (Tuesday, 7 September)

hixie: typo (whatwg r5423) poot (Tuesday, 7 September)

hixie: ARIA for <img src>. (whatwg r5422) poot (Tuesday, 7 September)

hixie: Somehow missed 'rowgroup' in my reading of the spec. (whatwg r5421) poot (Tuesday, 7 September)

hixie: ARIA for <li>, <ol>, <ul> (whatwg r5420) poot (Tuesday, 7 September)

hixie: validation error (whatwg r5419) poot (Tuesday, 7 September)

hixie: revert earlier change here based on updated information (whatwg r5418) poot (Tuesday, 7 September)

hixie: ARIA: <input type=checkbox> and <input type=radio> could be menuitems (whatwg r5417) poot (Tuesday, 7 September)

hixie: Fix potential clash with File API. (whatwg r5416) poot (Monday, 6 September)

postmsg; hixie: couple of minor errors (whatwg r5415) poot (Saturday, 4 September)

hixie: How to expose chapters. (whatwg r5412) poot (Friday, 3 September)

websocket; hixie: Transferred the Web Sockets Protocol to Ian Fette. (whatwg r5409) poot (Thursday, 2 September)

device; hixie: minor changes to ConnectionPeer to reflect some feedback on requirements (whatwg r5408) poot (Wednesday, 1 September)

Last message date: Thursday, 30 September 2010 23:09:14 UTC