- From: Satoshi ISHIKAWA <pastelsbadges@nyc.odn.ne.jp>
- Date: Thu, 02 May 2002 06:07:01 +0900
- To: <www-html-editor@w3.org>
Hi, Chris. The 'noframes' in the loose dtd is not a substitution of the 'frameset'. It's for the 'iframe' as an inline element of the dtd. Thus, 'noframes' appears in the %block parameter entity. It's not an error. For example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" > <html> <head>...</head> <body> <p><iframe ...>...</iframe>...</p> <noframes><p>Alternative text...</p></noframes> ... <p><iframe ...>...</iframe>...</p> <noframes><p>Alternative text...</p></noframes> </body> </html> -- Satoshi ISHIKAWA
Received on Wednesday, 1 May 2002 17:09:20 UTC