owningElement
Summary
Non standard. Returns the style or link object that defined the style sheet.
Property of css/cssom/styleSheetcss/cssom/styleSheet
Syntax
Note: This property is read-only.
var element = stylesheet.owningElement;
Return Value
Returns an object of type DOM NodeDOM Node
The owningElement property returns the style or link object that defined the style sheet.
See also
Related pages
- styleSheetstyleSheet
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]