CSS overflow-clip-box Property Reference

The CSS overflow-clip-box property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS overflow-clip-box Property Reference

The CSS overflow-clip-box property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

overflow-clip-box overview

The CSS overflow-clip-box 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

overflow-clip-box formal syntax
FieldValue
Formal syntaxpadding-box | content-box
Initial valuepadding-box
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupMozilla Extensions
StatusNonstandard

Practical examples

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

overflow-clip-box live example
CSS .reset-example { overflow-clip-box: initial; } .inherit-example { overflow-clip-box: inherit; } @supports (overflow-clip-box: initial) { .supported { overflow-clip-box: initial; } }

Description

The CSS overflow-clip-box property is a nonstandard property in Mozilla Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: overflow-clip-box
  2. MDN: CSS Properties Reference

Similar or alternative tools

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