Back to Content

CSSStartingStyleRule

files/en-us/web/api/cssstartingstylerule/index.md

latest753 B
Original Source

{{ APIRef("CSSOM") }}

The CSSStartingStyleRule interface of the CSS Object Model represents a CSS {{CSSxRef("@starting-style")}} at-rule.

{{InheritanceDiagram}}

Instance properties

Inherits properties from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}.

Instance methods

Inherits methods from its ancestors {{domxref("CSSGroupingRule")}} and {{domxref("CSSRule")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also