Re: ISSUE-29: how is uri parameter of the open() method resolved

2006-05-30 Thread Jonas Sicking
Boris Zbarsky wrote: Anne van Kesteren wrote: What we resolved for ISSUE-29 is that the XHR object has an intrinsic property holding Window.document.baseURI from the Window it was created in. How is that defined? Say if I do: var xmlHttp = new window.opener.XMLHttpRequest(); which

Re: ACTION-87: Selectors API

2006-05-30 Thread Jonas Sicking
liorean wrote: On 13/05/06, Anne van Kesteren [EMAIL PROTECTED] wrote: On Sat, 13 May 2006 21:08:26 +0200, liorean [EMAIL PROTECTED] wrote: And StaticNodeList looks to me to be pretty array-like. Well, if StaticNodeList looks that way NodeList would look that way too and I'd therefore

Re: ACTION-87: Selectors API

2006-05-30 Thread Ian Hickson
On Tue, 30 May 2006, Jonas Sicking wrote: - Third, NodeLists being live means you cannot manually manipulate them. StaticNodeLists don't have this problem. Since they are not live, manipulation of them should not be a problem. This means array functionality such as sort, push, pop

Re: ACTION-87: Selectors API

2006-05-30 Thread Robin Berjon
On May 30, 2006, at 15:55, Ian Hickson wrote: On Tue, 30 May 2006, Jonas Sicking wrote: What we could maybe do though is to return a real ECMAScript array. I actually like this idea a lot since that'll integrate much better with scripts than a StaticNodeList would. That makes a lot of

Re: ACTION-87: Selectors API

2006-05-30 Thread Jonas Sicking
Robin Berjon wrote: On May 30, 2006, at 15:55, Ian Hickson wrote: On Tue, 30 May 2006, Jonas Sicking wrote: What we could maybe do though is to return a real ECMAScript array. I actually like this idea a lot since that'll integrate much better with scripts than a StaticNodeList would. That