StyleSheet.owningNode (Property)

The DOM node that owns the style sheet.

Availability:

JScript - 5.0
Internet Explorer - 5.0
Property/method value type:Node object
JavaScript syntax:IEmyStyleSheet.owningNode

This is part of the internal node structured hierarchy maintained by the MSIE browser as a foundation for its implementation of the DOM model. In many cases this is likely to be the same object as that returned by the owningElement property. This property is in preparation for DOM level 2 styling support.

Warnings:

See also:Hierarchy of objects, StyleSheet.ownerNode

Property attributes:

ReadOnly.