- From: KANZAKI Masahide <james@kanzaki.com>
- Date: Fri, 10 Aug 2001 08:47:39 +0900
- To: Dave J Woolley <david.woolley@bts.co.uk>
- Cc: www-html@w3.org
Hello, thank you for reply:
At 6:55 PM +0100 01.8.9, Dave J Woolley wrote:
>[DJW:]
>%block includes ADDRESS in the W3C 4.01 DTD; I can't find
>a copy of the ISO DTD. The W3C DTD also allows Hn as
>part of %block, but doesn't allow DEL and INS.
%block; entity in ISO-HTML is different from that of HTML4:
<!ENTITY % block "BLOCKQUOTE | DIV | DL | FIELDSET | FORM |
HR | OL | P | PRE | TABLE | UL" >
<!ENTITY % section.content "(%block; | %text; | ADDRESS)+" >
According to this DTD, you must wrap <ADDRESS> with an element whose
content model includes %section.content;, e.g. <DIV> or <DD>.
You will find the spec of ISO-HTML at:
http://purl.org/NET/ISO+IEC.15445/15445.html
regards,
--
//// KANZAKI,Masahide - webmaster@kanzaki.com - www.kanzaki.com ////
Received on Thursday, 9 August 2001 19:48:12 UTC