CSS -webkit-mask-clip Property Reference

The CSS -webkit-mask-clip property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -webkit-mask-clip Property Reference

The CSS -webkit-mask-clip property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-webkit-mask-clip overview

The CSS -webkit-mask-clip property is a nonstandard property in WebKit 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

-webkit-mask-clip formal syntax
FieldValue
Formal syntax[ <coord-box> | no-clip | border | padding | content | text ]#
Initial valueborder
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupWebKit Extensions
StatusNonstandard

Practical examples

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

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

Description

The CSS -webkit-mask-clip property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -webkit-mask-clip
  2. MDN: CSS Properties Reference

Similar or alternative tools

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