CSS -moz-stack-sizing Property Reference

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

CSS -moz-stack-sizing Property Reference

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

Updated 2026-08-12

-moz-stack-sizing overview

The CSS -moz-stack-sizing 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-stack-sizing formal syntax
FieldValue
Formal syntaxignore | stretch-to-fit
Initial valuestretch-to-fit
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMozilla Extensions
StatusNonstandard

Practical examples

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

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

Description

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

References

  1. MDN: -moz-stack-sizing
  2. MDN: CSS Properties Reference

Similar or alternative tools

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