From owner-freebsd-questions Tue Sep 22 13:13:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19736 for freebsd-questions-outgoing; Tue, 22 Sep 1998 13:13:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19714 for ; Tue, 22 Sep 1998 13:13:13 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id NAA20146; Tue, 22 Sep 1998 13:11:42 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 22 Sep 1998 13:11:42 -0700 (PDT) From: Doug White To: Steve Howe cc: freebsd-questions Subject: Re: lynx In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 21 Sep 1998 groggy@iname.com wrote: > > > > lynx 2.8 differs from 2.7 in some disappointing ways, > > > mainly regarding text handling in
 blocks.
> > > 
> > > 1. 
no longer works inside or outside of
 blocks.
> > 
> > The ideas are mutually exclusive.  I'll bet you that HTML spec says that
> > PRE isn't allowed within CENTER.
> 
> which spec?  there's about 5!  it used to be OK with lynx 2.7,
> and is just fine and dandy with Netscape and IE.  i don't know
> that CENTER and PRE are mutually exclusive.  you may be right
> about some spec, but convention and practicality are good
> specs too ;)  every text based word processor since 1980
> can do it.  btw, i did run my CENTER/PRE stuff thru
> several HTML spec verifiers, and they came out A.OK ...

HTML != MS Word, and PRE != Courier font.  HTML is a content-based markup,
not physical markup!!  Very, very important!!

PRE is the Preformatted tag.  Usually it's used when you have text in
which spacing is important, like program code.  most browsers render it
with a fixed-width font.  Centering a space-important line defeats the
purpose of the PRE.  If you just want Courier then use TT (Typewriter
Typestyle).

> > > 2. spaces are no[w] condensed into a single space, killing all
> > >    formatting of text.
> > 
> > I'll have to check the spec on that, but that sounds like a bug.
> 
> typo fixed ...
> 
> 3. 
>    
>    
> 
>    links inside PRE blocks now become:
> 
>    
> 
> bleh.
> this prevented me from using lynx a year ago.
> i was surprised to still see it that way.

I'd pester Lynx about that, to me it's a bug.

Doug White                               
Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message