Hi,

I have a CSS3 attribute selector defined in one of my CSS files:

   .myStyle[type$='_Active'] {
       background-color: red;
   }

i.e. type attribute ends with _Active.

The GWT compiler is rejecting it though:

04:47:14.099 [WARN] Line 67 column 15: encountered "$". Was expecting
one of: "|=" "~=" "=" "]"

Does GWT 2.0.x not support CSS3?

Thanks for the help.

Steve

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to