On Tue, Dec 27, 2011 at 1:38 PM, Joergen W. Lang <joergen_l...@gmx.de> wrote:
> A Google search for "media queries" gives me these:
>
>  http://www.w3.org/TR/css3-mediaqueries/
>  http://www.w3.org/TR/CSS2/media.html#at-media-rule

If I understands it corrrectly, the usage @media
(-webkit-transform-3d) matches the following production rules, where
IDENT produces -webkit-transform-3d. Right?

expression
: '(' S* media_feature S* [ ':' S* expr ]? ')' S*
;

media_feature
: IDENT
;


IDENT {ident}

ident [-]?{nmstart}{nmchar}*

-- 
Regards,
Peng
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to