- From: Dr Murray Longmore <ohcm@ohcs.demon.co.uk>
- Date: Fri, 1 Sep 2000 00:44:08 +0100
- To: "Dave Raggett" <dsr@w3.org>, "Randy Waki" <rwaki@flipdog.com>
- Cc: <html-tidy@w3.org>
Dear Dave <html> <i>Acute </b>AF</i> </html> gets tidied to <i>Acute </i>AF Italics gets stopped too soon. Can you help?! Thanks for your excellent program Murray -----Original Message----- From: html-tidy-request@w3.org [mailto:html-tidy-request@w3.org]On Behalf Of Dave Raggett Sent: Tuesday, August 29, 2000 7:12 PM To: Randy Waki Cc: html-tidy@w3.org Subject: Re: Bug: Multiple body elements in noframes On Sun, 20 Aug 2000, Randy Waki wrote: > 4-Aug-2000 Tidy allows multiple body elements in a noframes > element, and in fact it will add extra body elements to contain > out-of-place content. If I'm interpreting the HTML 4 spec > correctly, multiple bodies are not allowed in a noframes > element. > > I didn't attempt a fix because, as far as I know, none of my > browsers will display the noframes content, so I'm not sure how > it should be tidied. > > ------------------------ Example HTML document ---------------- > <html> > <head><title></title></head> > <frameset> > <frame> > <noframes> > <body> > Text in body 1. > </body> > <body> > Text in illegal body 2. > </body> > Text in inferred illegal body 3. > </noframes> > </frameset> > </html> > Text in inferred illegal body 4. Thanks for the example, I will try and deal with this in the next release. Regards, -- Dave Raggett <dsr@w3.org> http://www.w3.org/People/Raggett tel/fax: +44 122 578 3011 (or 2521) +44 778 532 0444 (mobile) World Wide Web Consortium (on assignment from HP Labs)
Received on Thursday, 31 August 2000 19:52:43 UTC