"Clarence (Andreas M. Schneider)" wrote:
> 
> - If the query is omitted too, it is inherited:
>   "#ref2" ->    "http://www.foo.bar/path;param/file;param?query#ref2";

I have to correct myself: RFC 2396 states that only for
<FORM action="#ref2"> or similar constructs. <A href="#ref2">
is a reference to the *current* document, even if a different
base is specified (e.g. with <BASE href="...">). Currently we
resolve always to the base URI.

Clarence

Reply via email to