Name

owningElement — NN n/a IE 4 DOM n/a

Synopsis

Read-only

Returns a reference to the STYLE or LINK element object that defines the current styleSheet object. Each document maintains a collection of style sheets created with both the STYLE and LINK elements.

Example

var firstStyleID = document.styleSheets[0].owningElement.id

Value

Object reference.

Default

None.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.