`Index </index.txt>`_

==========
CSS Values
==========
:version: $Id: values.txt 1531 2008-11-30 16:23:29Z cthedot $

.. contents::

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


