Posted by Bergamot on 02/15/07 01:27
Steven Saunderson wrote:
>
> <!ENTITY % block
> "P | %heading; | %list; | %preformatted; | DL | DIV | NOSCRIPT |
> BLOCKQUOTE | FORM | HR | TABLE | FIELDSET | ADDRESS">
>
> shows no such restriction.
The above only means that fieldset is a block element, which doesn't say
anything about its parent container. Note that fieldset can be within a
div or table, but there should still be a form ancestor somewhere in there.
--
Berg
[Back to original message]
|