This property sets what portion of an element is visible. It applies only to absolutely positioned elements. Because "clip" is deprecated, authors are encouraged to use "clip-path" instead.
CSS Level | Value |
---|---|
CSS 2.1 | <shape> or "auto", where <shape> is rect(<top>, <right>, <bottom>, <left>) |
CSS Masking Level 1 | rect() or "auto", where rect() is rect(<top>, <right>, <bottom>, <left>) |