This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

Attributions