- From: Dave Raggett <dsr@w3.org>
- Date: Tue, 29 Aug 2000 19:11:43 +0100 (GMT Daylight Time)
- To: Randy Waki <rwaki@flipdog.com>
- cc: html-tidy@w3.org
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 Tuesday, 29 August 2000 14:11:53 UTC