Back to Content

CSSScopeRule: end property

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

latest438 B
Original Source

{{APIRef("CSSOM")}}

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

Value

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

Example

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

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