Show
Ignore:
Timestamp:
09/11/05 22:00:45 (5 years ago)
Author:
sholloway
Message:

Significant refactoring for CSSParser and CSSCascadeStrategy acquisition from SkinModel? instead of xmlSkinner.
Transitioned use of "href" to simply "ref"
Tested the wx skinning demos, fixing some
All tests pass.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demo/w3c/css/demo.py

    r251 r404  
    110110        result = cssCascade.findStyleFor(self.cssElement, attrName, default) 
    111111 
     112        print 
     113        print "SHANE:" 
     114        for e in cssCascade.findAllCSSRulesFor(self.cssElement): 
     115            print e 
     116        print 
     117 
     118 
    112119    if result == 'inherit': 
    113120        if hasattr(self.parentNode, 'getCSSAttr'):