ZVON > References > DOM2 Reference

ownerRule (attribute )

Owning interface and usage:  
CSSStyleSheet.ownerRule

Member of these other interfaces:  
none

Readonly:   yes

Type:   CSSRule

Description:  
If this style sheet comes from an @import rule, the ownerRule attribute will contain the CSSImportRule. In that case, the ownerNode attribute in the StyleSheet interface will be null. If the style sheet comes from an element or a processing instruction, the ownerRule attribute will be null and the ownerNode attribute will contain the Node.