- From: Daniel Glazman <daniel.glazman@disruptive-innovations.com>
- Date: Mon, 22 Mar 2010 13:37:12 +0100
- To: "www-style@w3.org" <www-style@w3.org>
- Cc: David Hyatt <hyatt@apple.com>
Le 22/03/10 12:38, Daniel Glazman a écrit :
> Dave, I have a question related to @variables as we defined it and
> media. Imagine the following sheet:
>
> @variables screen {
> bg: silver;
> }
>
> @variables print {
> bg: transparent;
> }
>
> @media screen, print {
> h1 { background-color: var(bg); }
> }
>
> What's the background-color of an h1 here? How did you implement that?
Nevermind, I really need vacation...
</Daniel>
Received on Monday, 22 March 2010 12:37:43 UTC