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

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

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

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

2Dapi; hixie: give images sizes (whatwg r5456)

2Dapi; hixie: Make the anticlockwise argument to arc() optional default false. (whatwg r5512)

2Dapi; hixie: Reintroduce <ol type> as conforming. (whatwg r5478)

2Dapi; hixie: size is misleading (whatwg r5467)

2Dapi; hixie: WebIDL takes care of this. (whatwg r5444)

annevk: nothing changed; HTML5 is stable yay

annevk: typo; thanks Randy

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

device; hixie: minor changes to ConnectionPeer to reflect some feedback on requirements (whatwg r5408)

device; hixie: Reintroduce <ol type> as conforming. (whatwg r5478)

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

eliot: Edited language in <noscript> recommendation

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)

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

hixie: <svg><title>[EOF] had an infinite loop. (whatwg r5490)

hixie: accuracy (consider the fragment case) (whatwg r5471)

hixie: Add an example of absolute URLs in appcaches. (whatwg r5492)

hixie: Add the remaining MathML entities -- the ones that expand to two characters. (whatwg r5557)

hixie: Adding the <s> element to the language. (whatwg r5561)

hixie: Adjust to match reality (whatwg r5468)

hixie: Allow <td> in <thead> (whatwg r5434)

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

hixie: Allow timers to be delayed when power usage is an issue. (whatwg r5535)

hixie: Also make pushState() store UA state such as scroll position. (whatwg r5485)

hixie: Apparently an IE oddness that everyone now supports. (whatwg r5508)

hixie: ARIA for <img src>. (whatwg r5422)

hixie: ARIA for <li>, <ol>, <ul> (whatwg r5420)

hixie: ARIA: <input type=checkbox> and <input type=radio> could be menuitems (whatwg r5417)

hixie: avoid confusing use of 'event' (whatwg r5477)

hixie: Be more pedantic about 'codecs'. (whatwg r5544)

hixie: better defaults for textarea.rows and .cols (whatwg r5542)

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

hixie: Canonical mapping for EUC-JP for compat reasons. (whatwg r5560)

hixie: Change how vendor extensions are marked up. (whatwg r5562)

hixie: Change how we ignore window.open()'s third argument. (whatwg r5525)

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

hixie: clarification of an edge case (whatwg r5457)

hixie: clarify who owns what when scripts are moved between documents (whatwg r5502)

hixie: copy pasta (whatwg r5543)

hixie: copypasta (whatwg r5507)

hixie: correctness in the note (whatwg r5515)

hixie: Default input.size to 20. (whatwg r5539)

hixie: Define 'empty'. (whatwg r5524)

hixie: Define <th> centering more accurately. (whatwg r5464)

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

hixie: Define http-equiv='set-cookie' (whatwg r5486)

hixie: disallow -00:00 in a global date and time string (whatwg r5474)

hixie: Disallow <label> to be used with <input type=hidden>. (whatwg r5432)

hixie: document.readyState should be updated after csalling document.open(). (whatwg r5501)

hixie: don't encourage use of 'class' so much (whatwg r5555)

hixie: edit error (whatwg r5475)

hixie: editorial fixes around the parser (no normative changes) (whatwg r5510)

hixie: editorial fixes for bugs reported on IRC today (whatwg r5519)

hixie: Explain example some more. (whatwg r5433)

hixie: Explain ononline and onoffline in the author parts. (whatwg r5482)

hixie: Fix <label>'s ARIA restrictions (whatwg r5427)

hixie: Fix potential clash with File API. (whatwg r5416)

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

hixie: give images sizes (whatwg r5456)

hixie: grammar (whatwg r5529)

hixie: help people find window.navigator (whatwg r5491)

hixie: hide vestiges of microdata from the w3c version of the spec (whatwg r5526)

hixie: How to expose chapters. (whatwg r5412)

hixie: HTMLCollection.item can return Element in the IDL safely (whatwg r5443)

hixie: HTMLOptionElement.text collapses spaces. (whatwg r5466)

hixie: HTMLOptionsCollection.selectedItem (whatwg r5439)

hixie: Let W3C deal with the registries. (whatwg r5470)

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

hixie: Make :optional more strictly match their CSS3 UI definitions. (whatwg r5480)

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

hixie: Make clearer that the parser wins this battle of form associations. (whatwg r5460)

hixie: Make contextmenu into a MouseEvent. (whatwg r5516)

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

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)

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)

hixie: Make the .method IDL attribute return lowercase values. (whatwg r5540)

hixie: make the legend rendering requirements only apply when they make sense (whatwg r5504)

hixie: markup error (whatwg r5438)

hixie: Match Gecko for character encoding processing for <script> (whatwg r5545)

hixie: Match reality (whatwg r5497)

hixie: Match reality for reflection of unsigned long IDL attrs. (whatwg r5472)

hixie: Match UAs better for 'limited to known values' reflection. (whatwg r5537)

hixie: Mention <img lowsrc> (whatwg r5476)

hixie: Mention FAQs for <dl>. We already have an example. (whatwg r5453)

hixie: Mention the fingerprinting issue on window.navigator (whatwg r5481)

hixie: Mention xml:space since people seem unable to read the XML spec. (whatwg r5527)

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

hixie: Move this section up to introduce the section better. (whatwg r5440)

hixie: Nuke the comment end space state. (whatwg r5513)

hixie: omitting a content attribute value makes no sense (whatwg r5556)

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

hixie: oops, accidentally reverted earlier change (whatwg r5428)

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

hixie: Oops, forgot to say to resolve the argument... (whatwg r5500)

hixie: Oops, missed this one. (whatwg r5473)

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

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)

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

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

hixie: Put method=DELETE and method=PUT to rest. (whatwg r5566)

hixie: redundant (whatwg r5541)

hixie: Reintroduce <ol type> as conforming. (whatwg r5478)

hixie: remove anything to do with ARIA from the definitions of table elements (whatwg r5569)

hixie: Remove confusing paragraphs (whatwg r5567)

hixie: remove redundant text (whatwg r5514)

hixie: remove some inaccurate non-normative statements (whatwg r5424)

hixie: Require label for <input type=button> (whatwg r5550)

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)

hixie: revert earlier change here based on updated information (whatwg r5418)

hixie: seamless='' should remove the border on the iframe. (whatwg r5484)

hixie: select.size should never return 0 (also affects other attributes) (whatwg r5495)

hixie: Show best practice for use of labels in details. (whatwg r5483)

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

hixie: Somehow missed 'rowgroup' in my reading of the spec. (whatwg r5421)

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

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

hixie: terminology clarification (whatwg r5503)

hixie: Tighten up UTF-8 error handling definitions (whatwg r5530)

hixie: title change (whatwg r5568)

hixie: Try giving a better suggestion. (whatwg r5426)

hixie: typo (whatwg r5423)

hixie: typo (whatwg r5425)

hixie: typo (whatwg r5441)

hixie: typo (whatwg r5442)

hixie: typo (whatwg r5448)

hixie: typo (whatwg r5452)

hixie: typo (whatwg r5454)

hixie: typo (whatwg r5463)

hixie: typo (whatwg r5479)

hixie: typo (whatwg r5531)

hixie: typo (whatwg r5547)

hixie: typo (whatwg r5551)

hixie: typo (whatwg r5558)

hixie: typo (whatwg r5564)

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

hixie: update domintro and xref (whatwg r5458)

hixie: Update references to base64 (whatwg r5536)

hixie: Update some ARIA mappings for states to make more sense (whatwg r5518)

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

hixie: Update to better match UAs. (whatwg r5546)

hixie: vaguely push people towards a polyglot-compatible doctype (whatwg r5570)

hixie: validation error (whatwg r5419)

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

hixie: Window is not OverrideBuiltins according to Adrian's testing. (whatwg r5523)

hixie: xref (whatwg r5493)

hixie: xref confusion (whatwg r5436)

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

hixie: you can't get here with GET (whatwg r5506)

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

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

microdata; hixie: inaccuracy (whatwg r5528)

microdata; hixie: Let W3C deal with the registries. (whatwg r5470)

microdata; hixie: Reintroduce <ol type> as conforming. (whatwg r5478)

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

postmsg; hixie: couple of minor errors (whatwg r5415)

postmsg; hixie: Reintroduce <ol type> as conforming. (whatwg r5478)

sam: 119 call for proposals

sam: Add a link to tracker requests

sam: Add issue-74 and issue-105 counter proposal

sam: Add new issues

sam: Cleanup

sam: Close issue-117; solicit proposals for 121; prep for survey on 92

sam: Close open elements

sam: Correct column order for issue 110

sam: Correct nickname for issue-122

sam: Corrections

sam: Issue 110 is resolved

sam: Issue 116 is closed

sam: Issue-41 updates

sam: Link to issue 9 requirements document; seeking amicable resolution of issue 116

sam: Misplaced strong tag

sam: Numerous updates

sam: Partial cleanup

sam: Record issues 125, 126, and 127

sam: Remove stray tags

sam: Tweak date

sam: Updates for issue 41 and 110

SSE; hixie: give the encoding for Last-Event-ID (whatwg r5431)

SSE; hixie: Let W3C deal with the registries. (whatwg r5470)

SSE; hixie: Tighten up UTF-8 error handling definitions (whatwg r5530)

SSE; hixie: typo (whatwg r5547)

websocket; hixie: Transferred the Web Sockets Protocol to Ian Fette. (whatwg r5409)

webstorage; hixie: typo (whatwg r5487)

workers; hixie: Tighten up UTF-8 error handling definitions (whatwg r5530)

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