- From: Murray Maloney <murray@muzmo.com>
- Date: Thu, 29 Mar 2007 12:16:23 -0500
- To: public-html@w3.org
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