!cssnormalizer does not work in this version
API CHANGES:
StyleDeclaration.addProperty is now DEPRECATED
use StyleDeclaration.setProperty instead
removed CSSParser.pprint(). use CSSParser.getStyleSheet().pprint() instead
(a StyleSheet object had a pprint method anyway)
replaced cssutils own exceptions with standard xml.dom.DOMException
and subclasses
!catch these exceptions instead of CSSException or CSSParserException
moved internal lists (e.g. StyleSheet.nodes list) to private vars
StyleSheet._nodes
!please use methods instead of implementation details
removed cssexception module
removed csscomment module, classes now directly in cssutils
more unittests, start with python cssutils/_test.py
more docs
integrated patches by Cory Dodt for SGML comments and Declaration additions
added some w3c DOM methods