I'm not sure if it's a bug, but is there any way to target the "class" or "id" identifier to style heading tags (h1 to h6) using ActionScript 3.0 CSS? It works fine with all the other tags.
eg.:
<p class="style1">text</p> // I can use .style1 or p in the CSS
<h1 class="style2">text</h1> // I can't use .style2 in the CSS, only h1