- From: Rijk van Geijtenbeek <rijk@opera.com>
- Date: Fri, 26 Oct 2007 12:38:35 +0200
- To: "WWW Style" <www-style@w3.org>
On Fri, 26 Oct 2007 10:46:50 +0200, <Eugen.Konkov@aldec.com> wrote:
> user normal declarations:
> DIV {
>  color: green;
>  }
>
> author normal declarations
> DIV {
>  color: yellow;
>  }
>
> user important declarations
> DIV {
>  color: default;
>  }
>
> Result for color of div will 'black'
'default' has been proposed here:
http://www.w3.org/TR/css3-values/#keywords
I think what you want is 'initial' though, as defined in that Working  
Draft.
-- 
Rijk
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Received on Friday, 26 October 2007 10:38:59 UTC