What happens if there's a base element pointing to http://www.example.com/
?
Note: rfc 1808 clearly states that fragment identifier are ALWAYS resolved
within the same document, and therefore base/@href must be disregarded.
For me, Gecko's behaviour could be considered a bug.. no ?
Anyway, requesting a url with a fragment identifier, should be the same as
requesting the current document.
Web APIs Issue Tracker <[EMAIL PROTECTED]> escreveu:
ISSUE-98: open(): requesting a URI with a fragment identifier
http://www.w3.org/2005/06/tracker/webapi/issues/98
Raised by: Anne van Kesteren
On product: XMLHttpRequest
http://tc.labs.opera.com/apis/XMLHttpRequest/open/017.htm suggests that
Internet Explorer and Opera literrally request "017.txt#foobar" from the
server, where Firefox just requests "017.txt".
Anyone with good arguments for keeping either behavior?