From xemacs-m  Wed May  7 09:45:28 1997
Received: from amber.vis-av.com (amber.vis-av.com [206.119.44.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA23137
	for <xemacs-beta@xemacs.org>; Wed, 7 May 1997 09:45:26 -0500 (CDT)
Received: (from derrell@localhost)
          by amber.vis-av.com (8.8.5/8.8.4)
	  id KAA29449; Wed, 7 May 1997 10:45:24 -0400 (EDT)
Date: Wed, 7 May 1997 10:45:24 -0400 (EDT)
Message-Id: <199705071445.KAA29449@amber.vis-av.com>
From: Derrell Lipman <derrell@vis-av.com>
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: More html issues
X-Mailer: VM 6.30 under 20.2 XEmacs Lucid (beta4)
Reply-To: derrell@vis-av.com
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: multipart/mixed;
 boundary="Multipart_Wed_May__7_10:45:24_1997-1"
Content-Transfer-Encoding: 7bit

--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.

Problem #2:

  Move -> Next Trouble Spot doesn't recognize a non-breaking space
  (&nbsp;) which is supposed to be part of HTML 3.2 Final, although I
  don't see it in the DTD file.


--Multipart_Wed_May__7_10:45:24_1997-1
Content-Type: text/plain; charset=US-ASCII

Derrell

-- Derrell Lipman      Amateur Radio: N1YDI      Grumman Tiger, N28860

 - Civil Air Patrol:
   MAWG Group 1 HQ, Aerospace Education / Senior Programs
   Cadet Programs Officer, Mountain Mission Pilot, Air Ops Director,
   Ground Team Leader, Ground Ops Director, Mission Coordinator Trainee, 
   Communications Unit Director, Patriot 103

Pursuant to US Code, Title 47, Chapter 5, Subchapter II, Sec. 227,
any and all nonsolicited commercial E-mail sent to this address is
subject to a download and archival fee in the amount of $500 US.
E-mailing denotes acceptance of these terms.

--Multipart_Wed_May__7_10:45:24_1997-1--

