Re: Toward Closure on HTML

Dave Raggett <dsr@hplb.hpl.hp.com>
Errors-To: listmaster@www0.cern.ch
Date: Tue, 5 Apr 1994 16:09:21 --100
Message-id: <9404051405.AA19412@dragget.hpl.hp.com>
Errors-To: listmaster@www0.cern.ch
Reply-To: dsr@hplb.hpl.hp.com
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: Dave Raggett <dsr@hplb.hpl.hp.com>
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Re: Toward Closure on HTML 
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Length: 631
Don't get heated over paragraphs - the logic is clear!

HTML currently gives you:

    a)  paragraph breaks with <P>
    b)  forced line breaks with <BR>

In HTML+ existing documents will display OK as browsers can
infer any missing <P> tags,  and the </P> tags *AREN'T NEEDED*

You also get the option to left/center/right align paragraphs and
to name each paragraph with a unique ID for link destinations.
This brings the web into step with common document formats, e.g.
Microsoft Word, and Framemaker which treat paragraphs as distinct
objects with defined properties. All other SGML formats work this
way too!

-- Dave Raggett