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

2Dapi; hixie: Define what to do when the source rectangle of a drawImage() call is out of bounds (before, it resulted in banding, which seems unsatisfactory). (whatwg r6908)

2Dapi; hixie: Fix some typos or copypasta. (whatwg r6944)

2Dapi; hixie: Make sure canvas.toBlob() honours the origin-clean flag. Also, make it more likely this will be implemented correctly by explicitly putting the security checks in the relevant algorithms. (whatwg r6879)

2Dapi; hixie: s/raised/thrown/ for consistency with DOM Core (whatwg r6916)

hixie: ack for form:valid idea (whatwg r6891)

hixie: Add a big example to <p> to help authors who want to use logical paragraphs rather than structural ones. (whatwg r6887)

hixie: Add a note about <li><h1>. (whatwg r6925)

hixie: Add a note about how to implement type=email checking with a regular expression. (whatwg r6884)

hixie: Add a note about setTimeout() clearing the timer after running the task. (whatwg r6955)

hixie: Add more explanatory text about postMessage()'s first argument. (whatwg r6903)

hixie: Change crossorigin='' to act like No CORS mode for same-origin resources, at least until a cross-origin redirect comes along. (whatwg r6926)

hixie: Change the settings to be less tersely named. (whatwg r6934)

hixie: Clarify example text. (whatwg r6927)

hixie: Clarify how language affects form controls. (whatwg r6905)

hixie: copypasta (whatwg r6928)

hixie: Correctness in the non-normative authoring text. (whatwg r6946)

hixie: Define <style scoped> and @global. (whatwg r6935)

hixie: Define how to convert a time to a Date object if it's not a round number of milliseconds. (whatwg r6893)

hixie: Define how valueAsDate's setter should handle a NaN time value. (whatwg r6918)

hixie: Define the legacycaller behaviour of <embed> and <object>. (whatwg r6915)

hixie: Define what should happen with canvas.toBlob() for zero-sized canvases. (whatwg r6880)

hixie: Define what to do when the source rectangle of a drawImage() call is out of bounds (before, it resulted in banding, which seems unsatisfactory). (whatwg r6908)

hixie: Drop obsolete example that uses WebSQL. If anyone wants to write an IndexDB replacement for this example, mail it in! (whatwg r6952)

hixie: Drop old origin definitions that no longer matter. (whatwg r6941)

hixie: Drop support for obsolete table alignment values that no browser supports any more anyway. (whatwg r6919)

hixie: Fix some cross-reference issues. (whatwg r6894)

hixie: Fix some cross-reference issues. (whatwg r6921)

hixie: Fix some typos or copypasta. (whatwg r6896)

hixie: Fix some typos or copypasta. (whatwg r6929)

hixie: Fix some typos or copypasta. (whatwg r6930)

hixie: Fix some typos or copypasta. (whatwg r6932)

hixie: Fix some typos or copypasta. (whatwg r6933)

hixie: Fix some typos or copypasta. (whatwg r6937)

hixie: Fix some typos or copypasta. (whatwg r6938)

hixie: Fix some typos or copypasta. (whatwg r6939)

hixie: Fix some typos or copypasta. (whatwg r6950)

hixie: Fix the changes in r6905 to be more consistent and thorough. (whatwg r6912)

hixie: Fix the e-mail regexp to disallow commas. (Typo in the example. Oops. I hope you didn't copy the regexp from Mike's tweet!) (whatwg r6885)

hixie: Improve consistency by adding colons to the 'Categories' labels. (whatwg r6901)

hixie: Introduce some documentation about wire formats vs presented formats for date and time data. (whatwg r6904)

hixie: Limit the number of digits in the fraction part of a seconds time component to 3, since more than that and you lose precision when converting to milliseconds, e.g. for use with Date objects in the API. (whatwg r6892)

hixie: Make :valid and :invalid apply to <form> elements also. (whatwg r6888)

hixie: Make <wbr> less magical. (whatwg r6898)

hixie: Make all the element definitions hyperlinked. (whatwg r6902)

hixie: Make HTML serialisation more conservative near <pre>. (whatwg r6940)

hixie: Make setTimeout() not be well-ordered across multiple browsing contexts, so as to allow user agents to e.g. throttle setTimeout()s in background tabs. (whatwg r6899)

hixie: Make sure <img> elements don't disappear while loading an image. (whatwg r6917)

hixie: Make sure canvas.toBlob() honours the origin-clean flag. Also, make it more likely this will be implemented correctly by explicitly putting the security checks in the relevant algorithms. (whatwg r6879)

hixie: Make the 'quotes' rules only apply to elements that change the language, so that authors can use the cascade and inheritance with 'quotes' instead of having to set it only on <q> elements. (whatwg r6913)

hixie: make the 'quotes' section prettier (whatwg r6943)

hixie: Make the category descriptions more obvious to users who see images. (whatwg r6909)

hixie: Make the readyState change, the 'readystatechange' event, and the 'load' event all happen synchronously in the same task so that you can check readyState to know whether you still have to attach an 'onload' event handler. (whatwg r6882)

hixie: Make these sentences make sense... (whatwg r6907)

hixie: Make this example more realistic. (whatwg r6954)

hixie: More clearly separate topics in this section. (whatwg r6936)

hixie: More tweaks to the text (including a comment that describes one of the situations in question). (whatwg r6924)

hixie: More updates to cross-references. (whatwg r6948)

hixie: Objects with event handler attributes have to inherit from EventTarget. (whatwg r6931)

hixie: Remove 'quotes' rules that are not marked as approved in the CLDR (whatwg r6911)

hixie: Remove mention of DOM Range (whatwg r6886)

hixie: remove old redundant warning (whatwg r6910)

hixie: Remove some redundancy now that the definitions make more sense. (whatwg r6890)

hixie: Remove vestiges of MIME type checking in appcache. (whatwg r6920)

hixie: s/raised/thrown/ for consistency with DOM Core (whatwg r6916)

hixie: Slight tweaks to the anti-document.write() warning. (whatwg r6923)

hixie: Sync with DOM Core: Remove all vestiges of CDATASection objects and Entity objects; replace all mentions of 'text nodes' with explicit references to Text nodes. (whatwg r6945)

hixie: The 'bidi-override:embed' rule for [dir] shouldn't take effect for block-level elements (since it overrides their 'isolate' rule). (whatwg r6942)

hixie: The definition of elements that are candidates for constraint validation should be based on the 'submittable' category, not 'listed', for consistency with the rest of the validation stuff. (whatwg r6889)

hixie: This paragraph hasn't been relevant ever since we removed selectedOption. (whatwg r6922)

hixie: Try adding a fourth argument, 'column', to onerror handlers. (whatwg r6957)

hixie: Try to make things clearer. (whatwg r6951)

hixie: Turns out clearTimeout() and clearInterval() are synonyms! Who knew? Oh what a tangled Web we weave. (whatwg r6949)

hixie: Tweak hidden='''s definition a bit to be more consistent with likely usage scenarios. (whatwg r6895)

hixie: Tweak the text so that any eldely folk reading it who have degraded sight or hearing do not feel offended by the implication that they are disabled. (whatwg r6906)

hixie: Tweak the wording per chair decision. (whatwg r6956)

hixie: Update HTMLAllCollection.item(DOMString) to act like namedItem. (whatwg r6900)

hixie: Update references (whatwg r6947)

hixie: Update terminology to match DOM Core. (whatwg r6897)

hixie: Update the spec's handling of window.onerror's return value to match reality (tested Chrome and Firefox; apparently this also matches IE) (whatwg r6914)

hixie: window.opener should return null in certain cases (whatwg r6953)

postmsg; hixie: Add more explanatory text about postMessage()'s first argument. (whatwg r6903)

sam: Add https://www.w3.org/Bugs/Public/show_bug.cgi?id=11342 to issue-131

sam: Add issues 193 and 194

sam: Associate two more bugs with issue 199 by request

sam: Calls for alternates for issues 182, 185, 188, and 189

sam: Calls for issues 193-197 are out; issues 198-202 are raised

sam: Calls for Proposals for issues 198 through 202

sam: Change proposal for issue 187

sam: Change Proposal for issue 190

sam: Change proposal for issue 191

sam: Change proposal received for issue 192

sam: Cleanup

sam: Extension on 187, move proposal for 172 to issue 172

sam: Identify change proposal

sam: Issue 186 is closed without prejudice

sam: Issue 203

sam: Issues 195-197

sam: Record change proposal for issue 172

sam: Record change proposal for issue 189

sam: Reinstate issue 182

sam: Whoops! Fix link

websocket; hixie: Fix some typos or copypasta. (whatwg r6930)

workers; hixie: Add more explanatory text about postMessage()'s first argument. (whatwg r6903)

workers; hixie: copypasta (whatwg r6928)

workers; hixie: Drop obsolete example that uses WebSQL. If anyone wants to write an IndexDB replacement for this example, mail it in! (whatwg r6952)

workers; hixie: s/raised/thrown/ for consistency with DOM Core (whatwg r6916)

workers; hixie: Try adding a fourth argument, 'column', to onerror handlers. (whatwg r6957)

workers; hixie: Turns out clearTimeout() and clearInterval() are synonyms! Who knew? Oh what a tangled Web we weave. (whatwg r6949)

Last message date: Tuesday, 31 January 2012 23:36:50 UTC