弃用
This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the
兼容性表格
at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
<shape>
CSS
data type
defines the specific form (shape) of a region. The region represents the part of an element to which the
clip
property applies.
注意:
<shape>
and
rect()
work in conjunction with
clip
, which has been deprecated in favor of
clip-path
. When possible, use
clip-path
和
<basic-shape>
data type instead.
<shape>
data type is specified using the
rect()
function, which produces a region in the form of a rectangle.
rect(top, right, bottom, left)
<length>
representing the offset for the top of the rectangle relative to the top border of the element's box.
<length>
representing the offset for the right of the rectangle relative to the left border of the element's box.
<length>
representing the offset for the bottom of the rectangle relative to the top border of the element's box.
<length>
representing the offset for the left of the rectangle relative to the left border of the element's box.
When animated, values of the
<shape>
data type are interpolated over their
top
,
right
,
bottom
,和
left
components, each treated as a real, floating-point number. The speed of the interpolation is determined by the
timing function
associated with the animation.
img.clip04 {
clip: rect(10px, 20px, 20px, 10px);
}
| 规范 | 状态 | 注释 |
|---|---|---|
|
CSS Level 2 (Revision 1)
The definition of '<shape>' in that specification. |
推荐 |
Defines with the
clip
特性。
|
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
<shape>
弃用
|
Chrome 完整支持 1 | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 5.5 | Opera 完整支持 9.5 | Safari 完整支持 1.3 | WebView Android 完整支持 37 | Chrome Android 完整支持 18 | Firefox Android 完整支持 4 | Opera Android 完整支持 14 | Safari iOS 完整支持 1 | Samsung Internet Android 完整支持 1.0 |
rect()
弃用
|
Chrome 完整支持 1 | Edge 完整支持 12 | Firefox 完整支持 1 |
IE
完整支持
5.5
注意事项
|
Opera 完整支持 9.5 | Safari 完整支持 1.3 | WebView Android 完整支持 37 | Chrome Android 完整支持 18 | Firefox Android 完整支持 4 | Opera Android 完整支持 14 | Safari iOS 完整支持 1 | Samsung Internet Android 完整支持 1.0 |
完整支持
弃用。不要用于新网站。
见实现注意事项。
clip
-moz-image-rect()
function has similar coordinate values to
rect()
.
<angle-percentage>
<angle>
<basic-shape>
<blend-mode>
<custom-ident>
<dimension>
<frequency-percentage>
<frequency>
<gradient>
<image>
<integer>
<length-percentage>
<length>
<number>
<percentage>
<ratio>
<resolution>
<shape>
<string>
<time-percentage>
<time>
<transform-function>
<url>
color
flex
ident
position