Re: XMLHttpRequest test suite suggestion

On Wed, 27 Sep 2006 22:12:18 +0200, Boris Zbarsky <bzbarsky@MIT.EDU> wrote:
> Bjoern Hoehrmann wrote:
>>   * the internal [[Construct]] method must determine and memorize the
>>     /XHR base resource identifier reference/, the value of the baseURI
>>     property of the document property of the global object associated
>>     with the caller of the method
>
> Er... the caller?  What's the caller in this case?

Maciej has suggested the following text:

     Every XMLHttpRequest constructor is associated with
     the window object which initially had it as a
     property. When url is relative, the constructor
     must resolve it using window.document.baseURI of
     its associated window object as a base.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Wednesday, 27 September 2006 20:22:28 UTC