[6456] in www-talk@info.cern.ch
Re: CENTER element
daemon@ATHENA.MIT.EDU (Kee Hinckley)
Mon Oct 31 13:36:32 1994
Date: Mon, 31 Oct 1994 19:21:44 +0100
Errors-To: listmaster@www0.cern.ch
Errors-To: listmaster@www0.cern.ch
Reply-To: nazgul@wraith.utopia.com
From: nazgul@wraith.utopia.com (Kee Hinckley)
To: Multiple recipients of list <www-talk@www0.cern.ch>
----- Transcript of session follows -----
While talking to www0.cern.ch:
>>> MAIL From:<nazgul@wraith.utopia.com>
<<< 554 buildaddr: no host
>>> QUIT
<<< 554 buildaddr: no host
554 <www-talk@www0.cern.ch>... Remote protocol error
----- Unsent message follows -----
Received: from utopia.utopia.com.utopia.com by wraith.utopia.com (4.0/SONY-4.0MX)
id AA27690; Fri, 28 Oct 94 13:18:54 EDT
Return-Path: <nazgul@wraith.utopia.com>
Received: by utopia.utopia.com.utopia.com (4.1/ASI-1.0)
id AA06267; Fri, 28 Oct 94 13:22:46 EDT
Date: Fri, 28 Oct 94 13:22:46 EDT
From: nazgul@wraith.utopia.com (Kee Hinckley)
Message-Id: <9410281722.AA06267@utopia.utopia.com.utopia.com>
To: jenglish@crl.com, www-talk@www0.cern.ch
Subject: Re: CENTER element [Was: Netscape & New HTML]
Someone point me at a spec that answers this if there is one.
If <p> is a container. Where is it legal?
How about (indented for slightly better readability):
<p>I'd like to do two things:
<ul>
<li>First, nothing
<li>Then
<p>Go to the store</p>
<p>Come back from the store</p>
</ul>
</p>
Or my nemesis:
<ul>
<li><p>This is paragraph one</p>
<p>This is paragraph two</p>
<li>And this is list two
</ul>
Or:
<ul>
<p><li>This is a list paragraph?</p>
<li>And this is list two
</ul>
And of course, what do they all mean?