Friday, July 30, 2010

GWT 2.0.3 & CCS3 Attribute Selectors

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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment