Re: [SVG1.0] no tspan allowed inside an anchor?

Niklas Gustavsson wrote:


> 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">


=> div is a block level element


> and flow elements are defined as:
> <!ENTITY % flow "%block; | %inline;">


... so it's block (, and flow, but not inline).

Jim said "DIV isn't a block element in HTML."

Tobi


-- 
http://www.pinkjuice.com/

Received on Monday, 19 August 2002 13:25:34 UTC