Area
Last updated
Was this helpful?
Last updated
Was this helpful?
The HTML <area>
tag, implemented in Ruby.
This component can take various optional configuration params, as well as all the canonical like id
or class
.
It is meant to be used within the <map>
component.
Expects a string that specifies an alternate text for the <area>
tag. Required if the href attribute is present.
Expects an array of integers that define the <area>
's coordinates. For more details, see the .
Expects a string to specify the target that will be downloaded when a user clicks on the hyperlink.
Expects a string to specify the hyperlink target for the area.
Expects a string to specify the language of the target URL.
Expects a string to specify what media/device the target URL is optimized for.
Expects a string to specify the relationship between the current document and the target URL.
Expects a string to specify the shape of the area: Default, rect, circle, poly.
Expects a string to specify where to open the target URL.
Expects a string to specify the media type of the target URL.
returns