Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?"

share|improve this question
I think you might be confusing cascading with inheritance. – Quentin Nov 19 '10 at 11:41
What is cascading then? – Pavel fljōt Nov 19 '10 at 11:44

1 Answer

I'f you're using Flex an upgrade to flex 4 will solve it. https://bugs.adobe.com/jira/browse/SDK-14385

If you're using Flash, no idea!

share|improve this answer
That is CSS for Flex components, I was talking about html text. – Pavel fljōt Jan 16 '11 at 18:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.