XML FOR DOMINO


area element
Example

Represents a hotspot area on an image that a user can click to link to another database resource or a URL.

Containment Hierarchy

Contained by: <imagemap>

Contains: <code>, %rectpoints;, %polypoints;, %area.link;

Syntax

<!ELEMENT area ( (%rectpoints; | %polypoints;)?, (%area.link;)?, code? )> )>

Content

(%rectpoints; | %polypoints;)?, %area.link;?, code?


Attributes

<!ATTLIST area
type(%area.type;)#IMPLIED
tabindex%integer;"0"
alttext%string;#IMPLIED
targetframe%string;#IMPLIED
%html.core.attrs;
>

alttext


tabindex
targetframe
type
Defined entities for <area> element

The %area.link; entity defines the rich text links that can be included in an area.

Syntax:

<!ENTITY % area.link " %richtext.links; ">

The %area.type; entity defines the optional shapes to use to define the hotspot area.

Syntax:

<!ENTITY % area.type "circle | default | rectangle | polygon ">

default


The %polypoints; entity defines the three or more point coordinates that make up a polygon.

Syntax:

<!ENTITY % polypoints " ( point, point, point+ )">

point element

The %rectpoints; entity defines the point coordinates that make up a rectangle.

Syntax:

<!ENTITY % rectpoints " ( point, point )">

point element

Example
See Also