From xemacs-m  Wed May  7 09:48:40 1997
Received: from newman.aventail.com (root@newman.aventail.com [199.238.236.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA23180
	for <xemacs-beta@xemacs.org>; Wed, 7 May 1997 09:48:39 -0500 (CDT)
Received: from kramer.in.aventail.com.aventail.com (wmperry@[192.168.1.12])
	by newman.aventail.com (8.8.5/8.8.5) with SMTP id HAA17907;
	Wed, 7 May 1997 07:48:34 -0700 (PDT)
To: derrell@vis-av.com
Cc: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: Re: More html issues
References: <199705071445.KAA29449@amber.vis-av.com>
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;
From: wmperry@aventail.com (William M. Perry)
Date: 07 May 1997 07:48:34 -0700
In-Reply-To: Derrell Lipman's message of Wed, 7 May 1997 10:45:24 -0400 (EDT)
Message-ID: <863erzs5h9.fsf@kramer.in.aventail.com>
Lines: 46
X-Mailer: Gnus v5.4.49/Emacs 19.34

Derrell Lipman <derrell@vis-av.com> writes:

> --Multipart_Wed_May__7_10:45:24_1997-1
> Content-Type: text/plain; charset=US-ASCII
> 
> Using the following DTD:
> 
>   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
> 
> Problem #1:
> 
>   Modify -> Normalize does the wrong thing with the <font> tag in
>   association with a paragraph <p> tag, and code around these tags is
>   not indented properly.
> 
>   The following simplified example shows the problem.
> 
>     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
>     <html>
>       <head>
> 	<title></title>
>       </head>
> 
>       <body>
> 	<font color="#ffff00">
> 	<p>
> 	  hello world
> 	</p>
>       </font>
>       </body>
>     </html>
> 
>   Notice that the <p> tag isn't indented inside of the <font>
>   container as it should be, and the closing </font> is exdented too
>   far.  Also, when Modify -> Normalize is done, a </font> is placed at 
>   the end of the <font> line as follows:
> 
> 	<font color="#ffff00"></font>
> 
>   which is not, of course, what I want since then the font change
>   doesn't affect anything.

  This is due to the fact the <p> is not allowed in <font>.  PSGML is doing
the right thing.

-Bill P.

