Documentation out of date?

17 views
Skip to first unread message

Dave Pawson

unread,
Jun 9, 2009, 4:16:05 AM6/9/09
to CSSUtils
David showed me the

rule = sheet.cssRules[item] #class cssutils.css.CSSRule
if rule.type == rule.STYLE_RULE:
for property in rule.style:

yet the style method of the rule class isn't documented?

Is it automatically generated or manual please?
Or just 'not yet written'?


regards


--
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk

see

unread,
Jun 9, 2009, 1:39:31 PM6/9/09
to cssutils
you need to check the actual class (CSSRule is only the base class for
ALL css rules):

http://cssutils.googlecode.com/svn/trunk/docs/html/docs/css.html#cssstylerule
Reply all
Reply to author
Forward
0 new messages