- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Wed, 09 Jan 2008 13:53:43 -0500
- To: Håkon Wium Lie <howcome@opera.com>, www-style@w3.org
Håkon Wium Lie wrote:
> Also sprach Håkon Wium Lie:
>
> > I'm having a hard time parsing this one:
> >
> > Dropping unknown parts of a media query such that all parts are
> > dropped means you end up with none, not all.
> >
> > Do you have any recollection?
>
> Perhaps it's referring to this case?:
>
> @media {
> ..
> }
>
> (I actually think this should be legal)
It's referring to
@media foo {
...
}
I think we discussed @media { } at some point but I don't remember
when. It's not allowed in CSS2.1. media="" should be equivalent to
media="all" in HTML, however.
~fantasai
Received on Wednesday, 9 January 2008 18:53:55 UTC