parentRule property
[This documentation is preliminary and is subject to change.]
Retrieves the containing rule, if the current rule is contained inside another rule.
![]() ![]() |
Syntax
HRESULT value = object.get_parentRule(IHTMLCSSRule** p);
Property values
Type: Object
the containing rule, if the current rule is contained inside another rule (for example, a style rule inside an @media block). If this rule is not nested inside any other rules, this returns null.
Standards information
Build date: 1/23/2012
.png)
.png)