Re: [Css Variables] Variable Declaration Blocks

On Oct 18, 2008, at 12:15 PM, Andrew Fedoniouk wrote:

> "Named constants are in-scope from the point at which they are  
> declared until overridden by a later declaration."
...
> It appears as CSS constants in order to be used in parse time
> must obey following rules:
>
> 1) First seen - first used.
>
>   First declaration of the constant establishes its value.
>   Later [re]declarations of the same constant must be ignored.

I agree. Whatever it is, it is not a constant if a later rule can  
redefine it.

Received on Sunday, 19 October 2008 04:48:16 UTC