<area>
The <area> element describes a linkable area within an
<imagemap>. It allows the author to specify a shape within the image, the
coordinates of that shape, and a link target for the area.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
+ topic/figgroup ut-d/area
Example
This section is non-normative.
<area>
<shape>rect</shape>
<coords>54,1,117,60</coords>
<xref href="d1-s2.dita"></xref>
</area>A more complete example is located in the description for imagemap.
Content model
<shape>, <coords>, <xref>
Contained by
<imagemap>
In order
<shape><coords><xref>
Contained by
<imagemap>
Inheritance
+ topic/figgroup ut-d/area
The <area> element is specialized from <figgroup>. It is defined in the ut-domain module.
Attributes
The following attributes are available on this element: Universal attribute group and outputclass.