TOC PREV NEXT INDEX

Put your logo here!


ownerRule


If this style sheet comes from an @import rule, the ownerRule property will contain the CSSImportRule.

Syntax

rule = stylesheet.ownerRule 

Parameters

rule is a string containing the importing rule in the HTML or XML document

Example

// example here 

Notes

Note that if the value of the ownerNode property on the current STYLE element is NULL, then then ownerRule returns the rule that blah. And vice versa.

Specification

css


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX