HTML
<area>
element
在拥有预定义可点击区域的图像映射中定义区域。
图像映射
允许图像几何区域关联
超文本链接
.
This element is used only within a
<map>
元素。
| 内容类别 | 流内容 , 措词内容 . |
|---|---|
| 准许内容 | None, it is an empty element . |
| Tag omission | Must have a start tag and must not have an end tag. |
| Permitted parents |
Any element that accepts
措词内容
。
<area>
element must have an ancestor
<map>
, but it need not be a direct parent.
|
| Implicit ARIA role |
link
当
href
attribute is present, otherwise
no corresponding role
|
| Permitted ARIA roles |
No
role
permitted
|
| DOM 接口 |
HTMLAreaElement
|
This element's attributes include the 全局属性 .
alt
href
attribute is used.
coords
coords
attribute details the coordinates of the
shape
attribute in size, shape, and placement of an
<area>
.
rect
: the value is
x1,y1,x2,y2
. Value specifies the coordinates of the top-left and bottom-right corner of the rectangle.
<area shape="rect" coords="0,0,253,27" href="#" alt="Mozilla">
The coords in the above example specify: 0,0 as the top-left corner and 253,27 as the bottom-right corner of the rectangle.
circle
: the value is
x,y,radius
. Value specifies the coordinates of the circle center and the radius.
<area shape="circle" coords="130,136,60" href="#" alt="MDN">
poly
: the value is
x1,y1,x2,y2,..,xn,yn
. Value specifies the coordinates of the edges of the polygon. If the first and last coordinate pairs are not the same, the browser will add the last coordinate pair to close the polygon
default
: defines the entire region
download
<a>
for a full description of the
download
属性。
href
<area>
element does not represent a hyperlink.
hreflang
href
attribute is present.
ping
POST
requests with the body
PING
will be sent by the browser (in the background). Typically used for tracking.
referrerpolicy
no-referrer
" meaning that the
Referer:
header will not be sent.
no-referrer-when-downgrade
" meaning that no
Referer:
header will be sent when navigating to an origin without TLS (HTTPS). This is a user agent’s default behavior, if no policy is otherwise specified.
origin
" meaning that the referrer will be the origin of the page, that is roughly the scheme, the host and the port.
origin-when-cross-origin
" meaning that navigations to other origins will be limited to the scheme, the host and the port, while navigations on the same origin will include the referrer's path.
unsafe-url
" meaning that the referrer will include the origin and the path (but not the fragment, password, or username). This case is unsafe because it can leak origins and paths from TLS-protected resources to insecure origins.
rel
href
attribute, this attribute specifies the relationship of the target object to the link object. The value is a space-separated list of
link types values
. The values and their semantics will be registered by some authority that might have meaning to the document author. The default relationship, if no other is given, is void. Use this attribute only if the
href
attribute is present.
shape
rect
, which defines a rectangular region;
circle
, which defines a circular region;
poly
, which defines a polygon; and
default
, which indicates the entire region beyond any defined shapes.
circ
,
polygon
,和
rectangle
as valid values for
shape
, but these values are non-standard.
target
_self
(default): Show the resource in the current browsing context.
_blank
: Show the resource in a new, unnamed browsing context.
_parent
: Show the resource in the parent browsing context of the current one, if the current page is inside a frame. If there is no parent, acts the same as
_self
.
_top
: Show the resource in the topmost browsing context (the browsing context that is an ancestor of the current one and has no parent). If there is no parent, acts the same as
_self
.
href
attribute is present.
注意:
In newer browser versions (e.g. Firefox 79+) setting
target="_blank"
on
<area>
elements implicitly provides the same
rel
behavior as setting
rel="noopener"
.
名称
Define a names for the clickable area so that it can be scripted by older browsers.
nohref
注意:
Since HTML5, omitting the
href
attribute is sufficient.
tabindex
A numeric value specifying the position of the defined area in the browser tabbing order. This attribute is global in HTML5.
type
<map name="primary"> <area shape="circle" coords="75,75,75" href="left.html" alt="Click to go Left"> <area shape="circle" coords="275,75,75" href="right.html" alt="Click to go Right"> </map> <img usemap="#primary" src="http://placehold.it/350x150" alt="350 x 150 pic">
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
area
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 4 | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
accesskey
弃用
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 4 | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
alt
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 4 | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
coords
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 4 | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
download
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 Yes | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 Yes | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
href
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 4 | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
hreflang
弃用
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 Yes | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 Yes | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
target="_blank"
隐含
rel="noopener"
behavior
弃用
|
Chrome 不支持 No | Edge 不支持 No | Firefox 完整支持 79 | IE 不支持 No | Opera 不支持 No | Safari 完整支持 12.1 | WebView Android 不支持 No | Chrome Android 不支持 No | Firefox Android 完整支持 79 | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 不支持 No |
media
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 Yes | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 Yes | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
名称
弃用
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 4 | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
nohref
弃用
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 4 | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
referrerpolicy
|
Chrome 完整支持 51 | Edge 完整支持 79 | Firefox 完整支持 50 | IE 不支持 No | Opera 完整支持 38 | Safari 完整支持 11.1 | WebView Android 完整支持 51 | Chrome Android 完整支持 51 | Firefox Android 完整支持 50 | Opera Android 完整支持 41 | Safari iOS 不支持 No | Samsung Internet Android 完整支持 7.2 |
rel
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 Yes | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 Yes | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
shape
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 4 | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
tabindex
弃用
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 4 | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
target
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 4 | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
type
弃用
|
Chrome 完整支持 Yes | Edge 完整支持 12 | Firefox 完整支持 1 | IE 完整支持 Yes | Opera 完整支持 Yes | Safari 完整支持 Yes | WebView Android 完整支持 Yes | Chrome Android 完整支持 Yes | Firefox Android 完整支持 4 | Opera Android 完整支持 Yes | Safari iOS 完整支持 Yes | Samsung Internet Android 完整支持 Yes |
完整支持
不支持
弃用。不要用于新网站。