CSS clip Property Reference

The CSS clip property is a obsolete property in CSS Masking. Review its formal syntax, computed behavior, and practical declarations.

CSS clip Property Reference

The CSS clip property is a obsolete property in CSS Masking. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

clip overview

The CSS clip property is a obsolete property in CSS Masking. 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

clip formal syntax
FieldValue
Formal syntax<shape> | auto
Initial valueauto
Applies toabsolutelyPositionedElements
InheritedNo
Percentagesno
Computed valueautoOrRectangle
Animation typerectangle
Mediavisual
Specification groupCSS Masking
StatusObsolete

Practical examples

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

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

Description

The CSS clip property is a obsolete property in CSS Masking. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: clip
  2. MDN: CSS Properties Reference

Similar or alternative tools

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