Home | Trees | Indices | Help |
|
---|
|
object --+ | Preferences
controls output of CSSSerializer
- defaultAtKeyword = True
- Should the literal @keyword from src CSS be used or the default form, e.g. if True: @import else: @i\mport
- defaultPropertyName = True
Should the normalized propertyname be used or the one given in the src file, e.g. if True: color else: c\olor
Only used if keepAllProperties==False.
- importHrefFormat = None
- Uses hreftype if None or explicit 'string' or 'uri'
- indent = 4 * ' '
- Indentation of e.g Properties inside a CSSStyleDeclaration
- keepAllProperties = False
- If True all properties set in the original CSSStylesheet are kept meaning even properties set twice with the exact same same name are kept!
- keepComments = True
- If False removes all CSSComments
- lineNumbers = False
- Only used if a complete CSSStyleSheet is serialized.
lineSeparator = u'
How to end a line. This may be set to e.g. u'' for serializing of CSSStyleDeclarations usable in HTML style attribute.
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Sep 05 13:22:10 2007 | http://epydoc.sourceforge.net |