- From: <Eugen.Konkov@aldec.com>
- Date: Fri, 26 Oct 2007 11:46:50 +0300
- To: <www-style@w3.org>
Received on Friday, 26 October 2007 08:48:46 UTC
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'
Received on Friday, 26 October 2007 08:48:46 UTC