Back to Content

CSSScopeRule: start property

files/en-us/web/api/cssscoperule/start/index.md

latest438 B
Original Source

{{APIRef("CSSOM")}}

The start property of the {{domxref("CSSScopeRule")}} interface returns a string containing the value of the @scope at-rule's scope root.

Value

A string, or null if the @scope at-rule has no scope root defined.

Example

See the main {{domxref("CSSScopeRule")}} page for an example.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{CSSxRef("@scope")}}