Re: MostlySemanticMarkup

At 02:37 PM 3/29/2007 +0200, Alexander Graf wrote:

>And nesting of italics can be achieved like this:
>
>#element em {
>         font-style: italic;
>}
>
>#element em em {
>         font-style: normal;
>}

Actually, that isn't nesting of italics, it is nesting of em elements.
The problem is managing the possible combinations of nested elements
that might call for an italic font style.

Anyway, that is a discussion best left for the CSS WG.

Received on Thursday, 29 March 2007 16:22:48 UTC