[XHR2] overrideMimeType in state UNSENT

2011-11-09 Thread Andrew Oakley
It seems fairly common to call overrideMimeType before open(), but should throw an InvalidStateError according to current XHR2 editors draft. If you search (Google) for overrideMimeType a significant number of first page results show calling of overrideMimeType before the open call, so I imagine

[ElementTraversal] Moving traversal from Element Traversal to DOM4?

2011-11-09 Thread Arthur Barstow
Doug, All - as a followup to the short conversation on October 31 re moving the traversal part of Element Traversal to DOM4, do you have any thoughts on what, if anything, should be done? -AB [1] http://www.w3.org/2011/10/31-webapps-minutes.html#item01 On 10/31/11 12:37 PM, ext Web

Re: [ElementTraversal] Moving traversal from Element Traversal to DOM4?

2011-11-09 Thread Robin Berjon
On Nov 9, 2011, at 15:19 , Arthur Barstow wrote: Doug, All - as a followup to the short conversation on October 31 re moving the traversal part of Element Traversal to DOM4, do you have any thoughts on what, if anything, should be done? Is there any reason that more than pasting it into DOM4

[widgets] Widget Interface test cases

2011-11-09 Thread Scott Wilson
I'm not sure if the Widget Interface spec[1] and test cases[2] agree on the semantics of clear() storage calls. The Web Storage spec[3] indicates that for clear() all items should be removed from the storage array (i.e. deleted), however some of the test cases assume that the values of the

Re: [XHR2] overrideMimeType in state UNSENT

2011-11-09 Thread Jonas Sicking
On Wednesday, November 9, 2011, Andrew Oakley and...@ado.is-a-geek.net wrote: It seems fairly common to call overrideMimeType before open(), but should throw an InvalidStateError according to current XHR2 editors draft. If you search (Google) for overrideMimeType a significant number of first

Re: [XHR2] overrideMimeType in state UNSENT

2011-11-09 Thread Anne van Kesteren
On Wed, 09 Nov 2011 09:30:32 -0800, Jonas Sicking jo...@sicking.cc wrote: On Wednesday, November 9, 2011, Andrew Oakley and...@ado.is-a-geek.net wrote: It seems fairly common to call overrideMimeType before open(), but should throw an InvalidStateError according to current XHR2 editors draft.

Dropping XMLHttpRequest 1 (just do 2)?

2011-11-09 Thread Charles McCathieNevile
Hi, ACTION-629 from the webapps meeting at TPAC is to check whether any group has a normative dependency on XMLHttpRequest level 1. Otherwise we are likely to request the AC to let us drop it from our list of deliverables. We don't have an editor to finish whatever needs to be done, and we

Re: [ElementTraversal] Moving traversal from Element Traversal to DOM4?

2011-11-09 Thread Charles McCathieNevile
On Wed, 09 Nov 2011 15:54:31 +0100, Robin Berjon ro...@berjon.com wrote: On Nov 9, 2011, at 15:19 , Arthur Barstow wrote: Doug, All - as a followup to the short conversation on October 31 re moving the traversal part of Element Traversal to DOM4, do you have any thoughts on what, if

Re: [ElementTraversal] Moving traversal from Element Traversal to DOM4?

2011-11-09 Thread Anne van Kesteren
On Wed, 09 Nov 2011 09:40:47 -0800, Charles McCathieNevile cha...@opera.com wrote: On Wed, 09 Nov 2011 15:54:31 +0100, Robin Berjon ro...@berjon.com wrote: On Nov 9, 2011, at 15:19 , Arthur Barstow wrote: Doug, All - as a followup to the short conversation on October 31 re moving the

[Bug 14744] New: Allow literal []{} somehow in tests

2011-11-09 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14744 Summary: Allow literal []{} somehow in tests Product: WebAppsWG Version: unspecified Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2

[Bug 14745] New: Autolink on newline

2011-11-09 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14745 Summary: Autolink on newline Product: WebAppsWG Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

Re: Dropping XMLHttpRequest 1 (just do 2)?

2011-11-09 Thread Karl Dubost
ACTION-629 I found only 2 references found to XMLHttpRequest CR version (3 August 2010) [1] Other documents refer to XMLHttpRequest as examples and sometimes cite the work in progress for XHR2. # Resource Timing [2] Reference to XHR in the interface 4.3 The PerformanceResourceTiming

[Bug 13807] Allow user-typed URLs and e-mail addresses to automatically become links

2011-11-09 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13807 Aryeh Gregor a...@aryeh.name changed: What|Removed |Added Status|NEW |RESOLVED

Re: [XHR2] overrideMimeType in state UNSENT

2011-11-09 Thread Andrew Oakley
On Wed, 09 Nov 2011 09:39:27 -0800 Anne van Kesteren ann...@opera.com wrote: On Wed, 09 Nov 2011 09:30:32 -0800, Jonas Sicking jo...@sicking.cc wrote: On Wednesday, November 9, 2011, Andrew Oakley and...@ado.is-a-geek.net wrote: It seems fairly common to call overrideMimeType before

Re: [widgets] Widget Interface test cases

2011-11-09 Thread Marcos Caceres
Hi Scott, On Wednesday, 9 November 2011 at 17:13, Scott Wilson wrote: I'm not sure if the Widget Interface spec[1] and test cases[2] agree on the semantics of clear() storage calls. The Web Storage spec[3] indicates that for clear() all items should be removed from the storage array (i.e.

[indexeddb] Keypath attribute lookup question

2011-11-09 Thread Israel Hilerio
In section 4.7 Steps for extracting a key from a value using a key path step #4 it states that: * If object does not have an attribute named attribute, then skip the rest of these steps and no value is returned. We want to verify that the attribute lookup is taking place on the immediate

Re: [XHR2] overrideMimeType in state UNSENT

2011-11-09 Thread Jonas Sicking
On Wed, Nov 9, 2011 at 9:39 AM, Anne van Kesteren ann...@opera.com wrote: On Wed, 09 Nov 2011 09:30:32 -0800, Jonas Sicking jo...@sicking.cc wrote: On Wednesday, November 9, 2011, Andrew Oakley and...@ado.is-a-geek.net wrote: It seems fairly common to call overrideMimeType before open(), but

Re: Dropping XMLHttpRequest 1 (just do 2)?

2011-11-09 Thread Charles McCathieNevile
On Wed, 09 Nov 2011 20:46:45 +0100, Karl Dubost ka...@opera.com wrote: ACTION-629 I found only 2 references found to XMLHttpRequest CR version (3 August 2010) [1] Thanks for looking around. # Resource Timing [2] Reference to XHR in the interface 4.3 The PerformanceResourceTiming