ISSUE-29 - Public View
how is uri parameter of the open() method resolved
- State:
- CLOSED
- Product:
- XMLHttpRequest
- Raised by:
- Anne van Kesteren
- Opened on:
- 2006-02-24
- Description:
Currently it is unclear how the URI parameter of the open() method is resolved. The source of the editor's draft says it's resolved against window.location.href but that might be incorrect given that <base> sets window.document.baseURI and at least one browser uses that... How does it work with xml:base? Should you look at document.documentElement.baseURI instead? (It might be a bit strange to look at the document object's baseURI given that the object is not really bound to it...)
- Related emails:
- ISSUE-29: how is uri parameter of the open() method resolved (from dean+cgi@w3.org on 2006-02-24)
- Re: ISSUE-29: how is uri parameter of the open() method resolved (from mjs@apple.com on 2006-02-24)
- Re: ISSUE-29: how is uri parameter of the open() method resolved (from annevk@opera.com on 2006-02-25)
- Re: ISSUE-29: how is uri parameter of the open() method resolved (from jonas@sicking.cc on 2006-02-27)
- Re: ISSUE-29: how is uri parameter of the open() method resolved (from jonas@sicking.cc on 2006-02-28)
- Re: ISSUE-29: how is uri parameter of the open() method resolved (from sjoerd@w3future.com on 2006-02-28)
- Re: ISSUE-29: how is uri parameter of the open() method resolved (from jonas@sicking.cc on 2006-02-28)
- Re: ISSUE-29: how is uri parameter of the open() method resolved (from annevk@opera.com on 2006-05-14)
- Re: ISSUE-29: how is uri parameter of the open() method resolved (from bzbarsky@mit.edu on 2006-05-14)
- Re: ISSUE-29: how is uri parameter of the open() method resolved (from jonas@sicking.cc on 2006-05-30)
Note: Some of these links may be accessible only to W3C Members.
Related notes:
2006-03-30: See ACTION-98.
2006-05-14: Implemented the resolution in the specification.