==========
CSS Values
==========
:author: $LastChangedBy: cthedot $
:date: $LastChangedDate: 2007-08-08 16:14:03 +0200 (Mi, 08 Aug 2007) $
:version: 0.9.2b4, $LastChangedRevision: 206 $

`Index <../index.txt>`_

.. contents::

random notes about values
=========================
- CSSValue is always the base class of a Properties value. It may be more specific like a CSSPrimitiveValue or a CSSValueList which itself contains CSSValue or CSSPrimitiveValue objects

- setting cssText of CSSValue validates if context property is set

- CSSValue values are invalid if no contest property is set (``self.valid = False``). This may currently be set during initialization with parameter "_propertyname". This will propably change again.

- SyntaxError in case of invalid value for a known property is not raised yet!

