CSSPropertyRule
The CSSPropertyRule
interface of the CSS Properties and Values API represents a single CSS @property rule.
Properties
Link copied to clipboard
The read-only initialValue
nullable property of the CSSPropertyRule interface returns the initial value of the custom property registration represented by the @property rule, controlling the property's initial value.
Link copied to clipboard
The parentRule
property of the CSSRule interface returns the containing rule of the current rule if this exists, or otherwise returns null.
Link copied to clipboard
The parentStyleSheet
property of the the current rule is defined.