We all know there's CSS support in AS3. But actually it's not CSS, but just SS. Is there a way to implement cascading?
For example I have
Compare <em>regular italic</em> and <strong>bold text or event <em>bold italic.</em></strong>
How can I define special fonts for regular italic and strong italic?
upd: or how is it named? Basically "How to make styles for child selectors work?"