According to the CSS3 spec http://www.w3.org/TR/css3-mediaqueries/
@media all { … }
@media { … }
should be equivalent.

Current Firefox and Opera agree, and at least Webkit nightly too.

But current Safari, IE9 and IE 10 disagree, only the first one applies.

http://satzansatz.de/w3/media.html

My questions:
- The second rule, a media rule without a target media type, should be
invalid according to CSS 2.1, right?

- According to CSS3 mediaqueries example 7, an empty media query list
evaluates to true.
So @media { … } became valid in CSS3, correct?

Fun: IE 6,7,8 render both rules.

Thanks,
Ingo
______________________________________________________________________
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