Paul wrote:

> Given that it's contrary to the W3C rules to nest a block-level
> element inside an inline-level element, is it also contrary to the
> spirit of those rules to use CSS to style a nested inline
> element as block?

This doesn't fully anwer your question, but I think that using CSS to put a
block box inside an inline one is not forbidden by W3C.  They even have an
example: http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level
where they mention:
body { display: inline }
p    { display: block }


Bruno

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to