CSS -moz-window-shadow Property Reference

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

CSS -moz-window-shadow Property Reference

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

Updated 2026-08-12

-moz-window-shadow overview

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

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

-moz-window-shadow formal syntax
FieldValue
Formal syntaxdefault | menu | tooltip | sheet | none
Initial valuedefault
Applies toallElementsCreatingNativeWindows
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMozilla Extensions
StatusNonstandard

Practical examples

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

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

Related references

Description

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

References

  1. MDN: -moz-window-shadow
  2. MDN: CSS Properties Reference

Similar or alternative tools

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