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 Masking Level 1 | "<rect()> | auto", where rect() = "rect( <top>, <right>, <bottom>, <left> )" |