CSS -moz-context-properties Property Reference

The CSS -moz-context-properties property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -moz-context-properties Property Reference

The CSS -moz-context-properties property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-moz-context-properties overview

The CSS -moz-context-properties property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

-moz-context-properties formal syntax
FieldValue
Formal syntaxnone | [ fill | fill-opacity | stroke | stroke-opacity ]#
Initial valuenone
Applies toallElementsThatCanReferenceImages
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMozilla Extensions
StatusNonstandard

Practical examples

These declarations demonstrate valid ways to set -moz-context-properties. The initial and inherit global keywords remain available even when a property-specific value is preferable.

-moz-context-properties live example
CSS .reset-example { -moz-context-properties: initial; } .inherit-example { -moz-context-properties: inherit; } @supports (-moz-context-properties: initial) { .supported { -moz-context-properties: initial; } }

Description

The CSS -moz-context-properties property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -moz-context-properties
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies