lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LYNX-DEV <base href> change hurts me badly


From: root
Subject: Re: LYNX-DEV <base href> change hurts me badly
Date: Thu, 13 Feb 1997 18:34:19 -0500 (EST)

Will Mengarini wrote:
(NB: Lots of editing for length.  Please read original if you have not.)
> 
> When I tried to load the file under 2-7, I got a display "Alert!: HREF
> in BASE tag is not an absolute URL."
> 
> That, however, is only the first problem.  It seems to me that the
> way I used <base href> is very useful & desirable.  
>
> Even if the new <base href> discipline does solve a problem
> in real life, it's likely to also create other problems,
> so it might be wiser for the old behavior to be the
> default, & the "right thing" to be an option in lynx.cfg.
> 
> Here's a snippet from the beginning of one of these
> HTML files.  The comment describes the creation of the
> original HTML file; the file below is modified from that.
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[...]
> <base href="http://www.cs.utah.edu/csinfo/texinfo/emacs18/";>
This is the only correct use of base; it sets the context other HREFs should
be looked at in.  Since the BASE sets what context everything is relitave
to, what would IT be relitive to?

> <LI><A NAME="SEC1" HREF="emacs_1.html#SEC1">Preface</A>
> <LI><A NAME="SEC2" HREF="emacs_2.html#SEC2">Distribution</A>
> <base href="/~/emacs_toc.utah.htm">
Is this "http://www.cs.utah.edu/csinfo/texinfo/emacs18/~/emacs_toc.utah.htm";?
That is what it would be if it were parsed according to the BASE above it,
wich is what is techinicly correct.  Or, should this be
"file://u/s/seldon/~/emacs_toc.utah.htm", as it would be if it were relitive
to the URL the document was retreived via.  Perhaps, as 2.7 is trying to
point out, you should have said "file://~seldon/emacs_toc.utah.htm"

        --- James Masotrs
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]