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.

msGetPropertyEnabled

Summary

Non standard. Indicates whether a property is enabled.

Method of css/cssom/CSSStyleDeclaration/CSSStyleDeclarationcss/cssom/CSSStyleDeclaration/CSSStyleDeclaration

Syntax

var enabled = declration.msGetPropertyEnabled(/* see parameter list */);

Parameters

name

Data-type
String

The name of the property.

Return Value

Returns an object of type BooleanBoolean

Whether the property is enabled.

See also

Related pages

Attributions