> Odd, the DTD at > http://www.w3.org/TR/1999/REC-html401-19991224/sgml/dtd.html > > <!ELEMENT DIV - - (%flow;)* -- generic language/style > container --> > > seems to say it's a flow element. I would think that say that it can contain flow elements. But, you'r both right: div is defined as a block element: <!ENTITY % block "P | %heading; | %list; | %preformatted; | DL | DIV | NOSCRIPT | BLOCKQUOTE | FORM | HR | TABLE | FIELDSET | ADDRESS"> and flow elements are defined as: <!ENTITY % flow "%block; | %inline;"> /niklasReceived on Monday, 19 August 2002 11:31:44 UTC
This archive was generated by hypermail 2.3.1 : Wednesday, 8 March 2017 09:46:53 UTC