The HTMLAreaElement interface provides special properties and
(beyond those of the regular object web.dom.HTMLElement
interface
also has available to it by inheritance) for manipulating the
and presentation of <area>
elements.
The HTMLAreaElement interface provides special properties and (beyond those of the regular object `web.dom.HTMLElement` interface also has available to it by inheritance) for manipulating the and presentation of `<area>` elements.
(access-key this)
Property.
Is a DOMString containing a single character that switches input to the control.
Property. Is a DOMString containing a single character that switches input to the control.
(alt this)
Property.
Is a DOMString that reflects the alt HTML attribute, containing text for the element.
Property. Is a DOMString that reflects the alt HTML attribute, containing text for the element.
(coords this)
Property.
Is a DOMString that reflects the coords HTML attribute, containing to define the hot-spot region.
Property. Is a DOMString that reflects the coords HTML attribute, containing to define the hot-spot region.
(download this)
Property.
Is a DOMString indicating that the linked resource is intended be downloaded rather than displayed in the browser. The value the proposed name of the file. If the name is not a valid filename the underlying OS, browser will adapt it.
Property. Is a DOMString indicating that the linked resource is intended be downloaded rather than displayed in the browser. The value the proposed name of the file. If the name is not a valid filename the underlying OS, browser will adapt it.
(hash this)
Property.
The HTMLHyperlinkElementUtils.hash property returns a web.DOMString
a '#' followed by the fragment identifier of the URL.
string = object.hash;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hash
Property. The HTMLHyperlinkElementUtils.hash property returns a `web.DOMString` a '#' followed by the fragment identifier of the URL. `string = object.hash;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hash`
(host this)
Property.
The HTMLHyperlinkElementUtils.host property is a web.USVString
the host, that is the hostname, and then, if the port of the
is nonempty, a ':', and the port of the URL.
string = object.host; object.host = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/host
Property. The HTMLHyperlinkElementUtils.host property is a `web.USVString` the host, that is the hostname, and then, if the port of the is nonempty, a ':', and the port of the URL. `string = object.host; object.host = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/host`
(hostname this)
Property.
The HTMLHyperlinkElementUtils.hostname property is a web.USVString
the domain of the URL.
string = object.hostname; object.hostname = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hostname
Property. The HTMLHyperlinkElementUtils.hostname property is a `web.USVString` the domain of the URL. `string = object.hostname; object.hostname = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hostname`
(href this)
Property.
The HTMLHyperlinkElementUtils.href property is a web.USVString
the whole URL.
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/href
Property. The HTMLHyperlinkElementUtils.href property is a `web.USVString` the whole URL. See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/href`
(hreflang this)
Property.
Is a DOMString containing that reflects the hreflang HTML attribute, the language of the linked resource.
Property. Is a DOMString containing that reflects the hreflang HTML attribute, the language of the linked resource.
(media this)
Property.
Is a DOMString containing that reflects the media HTML attribute, target media of the linked resource.
Property. Is a DOMString containing that reflects the media HTML attribute, target media of the linked resource.
(no-href this)
Property.
Is a Boolean flag indicating if the area is inactive (true) or (false).
Property. Is a Boolean flag indicating if the area is inactive (true) or (false).
(origin this)
Property.
[Read Only]
The HTMLHyperlinkElementUtils.origin read-only property is a containing the Unicode serialization of the origin of the represented
string = object.origin;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/origin
Property. [Read Only] The HTMLHyperlinkElementUtils.origin read-only property is a containing the Unicode serialization of the origin of the represented `string = object.origin;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/origin`
(password this)
Property.
[Read Only]
The HTMLHyperlinkElementUtils.password property is a web.USVString
the password specified before the domain name.
string = object.password; object.password = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/password
Property. [Read Only] The HTMLHyperlinkElementUtils.password property is a `web.USVString` the password specified before the domain name. `string = object.password; object.password = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/password`
(pathname this)
Property.
The HTMLHyperlinkElementUtils.pathname property is a web.USVString
an initial '/' followed by the path of the URL (or the empty
if there is no path).
string = object.pathname; object.pathname = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/pathname
Property. The HTMLHyperlinkElementUtils.pathname property is a `web.USVString` an initial '/' followed by the path of the URL (or the empty if there is no path). `string = object.pathname; object.pathname = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/pathname`
(port this)
Property.
The HTMLHyperlinkElementUtils.port property is a web.USVString
the port number of the URL. If the URL does not contain an explicit
number, it will be set to ''.
string = object.port; object.port = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/port
Property. The HTMLHyperlinkElementUtils.port property is a `web.USVString` the port number of the URL. If the URL does not contain an explicit number, it will be set to ''. `string = object.port; object.port = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/port`
(protocol this)
Property.
The HTMLHyperlinkElementUtils.protocol property is a web.USVString
the protocol scheme of the URL, including the final ':'.
string = object.protocol; object.protocol = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/protocol
Property. The HTMLHyperlinkElementUtils.protocol property is a `web.USVString` the protocol scheme of the URL, including the final ':'. `string = object.protocol; object.protocol = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/protocol`
(referrer-policy this)
Property.
[Experimental]
The HTMLAreaElement.referrerPolicy property reflect the HTML
attribute of the <area>
element defining which referrer is
when fetching the resource.
refStr = areaElt.referrerPolicy; areaElt.referrerPolicy = refStr;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement/referrerPolicy
Property. [Experimental] The HTMLAreaElement.referrerPolicy property reflect the HTML attribute of the `<area>` element defining which referrer is when fetching the resource. `refStr = areaElt.referrerPolicy; areaElt.referrerPolicy = refStr;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement/referrerPolicy`
(rel this)
Property.
The HTMLAreaElement.rel property reflects the rel attribute.
is a web.DOMString
containing a space-separated list of link
indicating the relationship between the resource represented
the <a>
element and the current document.
var relstr = areaElt.rel; areaElt.rel = relstr;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement/rel
Property. The HTMLAreaElement.rel property reflects the rel attribute. is a `web.DOMString` containing a space-separated list of link indicating the relationship between the resource represented the `<a>` element and the current document. `var relstr = areaElt.rel; areaElt.rel = relstr;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement/rel`
(rel-list this)
Property.
[Read Only]
The HTMLAreaElement.relList read-only property reflects the rel
It is a live web.DOMTokenList
containing the set of link types
the relationship between the resource represented by the <area>
and the current document.
var relstr = areaElt.relList;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement/relList
Property. [Read Only] The HTMLAreaElement.relList read-only property reflects the rel It is a live `web.DOMTokenList` containing the set of link types the relationship between the resource represented by the `<area>` and the current document. `var relstr = areaElt.relList;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement/relList`
(search this)
Property.
The HTMLHyperlinkElementUtils.search property is a search string,
called a query string, that is web.USVString
containing a '?'
by the parameters of the URL.
string = object.search; object.search = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/search
Property. The HTMLHyperlinkElementUtils.search property is a search string, called a query string, that is `web.USVString` containing a '?' by the parameters of the URL. `string = object.search; object.search = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/search`
(set-access-key! this val)
Property.
Is a DOMString containing a single character that switches input to the control.
Property. Is a DOMString containing a single character that switches input to the control.
(set-alt! this val)
Property.
Is a DOMString that reflects the alt HTML attribute, containing text for the element.
Property. Is a DOMString that reflects the alt HTML attribute, containing text for the element.
(set-coords! this val)
Property.
Is a DOMString that reflects the coords HTML attribute, containing to define the hot-spot region.
Property. Is a DOMString that reflects the coords HTML attribute, containing to define the hot-spot region.
(set-download! this val)
Property.
Is a DOMString indicating that the linked resource is intended be downloaded rather than displayed in the browser. The value the proposed name of the file. If the name is not a valid filename the underlying OS, browser will adapt it.
Property. Is a DOMString indicating that the linked resource is intended be downloaded rather than displayed in the browser. The value the proposed name of the file. If the name is not a valid filename the underlying OS, browser will adapt it.
(set-hash! this val)
Property.
The HTMLHyperlinkElementUtils.hash property returns a web.DOMString
a '#' followed by the fragment identifier of the URL.
string = object.hash;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hash
Property. The HTMLHyperlinkElementUtils.hash property returns a `web.DOMString` a '#' followed by the fragment identifier of the URL. `string = object.hash;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hash`
(set-host! this val)
Property.
The HTMLHyperlinkElementUtils.host property is a web.USVString
the host, that is the hostname, and then, if the port of the
is nonempty, a ':', and the port of the URL.
string = object.host; object.host = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/host
Property. The HTMLHyperlinkElementUtils.host property is a `web.USVString` the host, that is the hostname, and then, if the port of the is nonempty, a ':', and the port of the URL. `string = object.host; object.host = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/host`
(set-hostname! this val)
Property.
The HTMLHyperlinkElementUtils.hostname property is a web.USVString
the domain of the URL.
string = object.hostname; object.hostname = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hostname
Property. The HTMLHyperlinkElementUtils.hostname property is a `web.USVString` the domain of the URL. `string = object.hostname; object.hostname = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/hostname`
(set-href! this val)
Property.
The HTMLHyperlinkElementUtils.href property is a web.USVString
the whole URL.
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/href
Property. The HTMLHyperlinkElementUtils.href property is a `web.USVString` the whole URL. See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/href`
(set-hreflang! this val)
Property.
Is a DOMString containing that reflects the hreflang HTML attribute, the language of the linked resource.
Property. Is a DOMString containing that reflects the hreflang HTML attribute, the language of the linked resource.
(set-media! this val)
Property.
Is a DOMString containing that reflects the media HTML attribute, target media of the linked resource.
Property. Is a DOMString containing that reflects the media HTML attribute, target media of the linked resource.
(set-no-href! this val)
Property.
Is a Boolean flag indicating if the area is inactive (true) or (false).
Property. Is a Boolean flag indicating if the area is inactive (true) or (false).
(set-pathname! this val)
Property.
The HTMLHyperlinkElementUtils.pathname property is a web.USVString
an initial '/' followed by the path of the URL (or the empty
if there is no path).
string = object.pathname; object.pathname = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/pathname
Property. The HTMLHyperlinkElementUtils.pathname property is a `web.USVString` an initial '/' followed by the path of the URL (or the empty if there is no path). `string = object.pathname; object.pathname = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/pathname`
(set-port! this val)
Property.
The HTMLHyperlinkElementUtils.port property is a web.USVString
the port number of the URL. If the URL does not contain an explicit
number, it will be set to ''.
string = object.port; object.port = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/port
Property. The HTMLHyperlinkElementUtils.port property is a `web.USVString` the port number of the URL. If the URL does not contain an explicit number, it will be set to ''. `string = object.port; object.port = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/port`
(set-protocol! this val)
Property.
The HTMLHyperlinkElementUtils.protocol property is a web.USVString
the protocol scheme of the URL, including the final ':'.
string = object.protocol; object.protocol = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/protocol
Property. The HTMLHyperlinkElementUtils.protocol property is a `web.USVString` the protocol scheme of the URL, including the final ':'. `string = object.protocol; object.protocol = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/protocol`
(set-referrer-policy! this val)
Property.
[Experimental]
The HTMLAreaElement.referrerPolicy property reflect the HTML
attribute of the <area>
element defining which referrer is
when fetching the resource.
refStr = areaElt.referrerPolicy; areaElt.referrerPolicy = refStr;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement/referrerPolicy
Property. [Experimental] The HTMLAreaElement.referrerPolicy property reflect the HTML attribute of the `<area>` element defining which referrer is when fetching the resource. `refStr = areaElt.referrerPolicy; areaElt.referrerPolicy = refStr;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement/referrerPolicy`
(set-rel! this val)
Property.
The HTMLAreaElement.rel property reflects the rel attribute.
is a web.DOMString
containing a space-separated list of link
indicating the relationship between the resource represented
the <a>
element and the current document.
var relstr = areaElt.rel; areaElt.rel = relstr;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement/rel
Property. The HTMLAreaElement.rel property reflects the rel attribute. is a `web.DOMString` containing a space-separated list of link indicating the relationship between the resource represented the `<a>` element and the current document. `var relstr = areaElt.rel; areaElt.rel = relstr;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement/rel`
(set-search! this val)
Property.
The HTMLHyperlinkElementUtils.search property is a search string,
called a query string, that is web.USVString
containing a '?'
by the parameters of the URL.
string = object.search; object.search = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/search
Property. The HTMLHyperlinkElementUtils.search property is a search string, called a query string, that is `web.USVString` containing a '?' by the parameters of the URL. `string = object.search; object.search = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/search`
(set-shape! this val)
Property.
Is a DOMString that reflects the shape HTML attribute, indicating shape of the hot-spot, limited to known values.
Property. Is a DOMString that reflects the shape HTML attribute, indicating shape of the hot-spot, limited to known values.
(set-tab-index! this val)
Property.
Is a long containing the element's position in the tabbing order.
Property. Is a long containing the element's position in the tabbing order.
(set-target! this val)
Property.
Is a DOMString that reflects the target HTML attribute, indicating browsing context in which to open the linked resource.
Property. Is a DOMString that reflects the target HTML attribute, indicating browsing context in which to open the linked resource.
(set-type! this val)
Property.
Is a DOMString that reflects the type HTML attribute, indicating MIME type of the linked resource.
Property. Is a DOMString that reflects the type HTML attribute, indicating MIME type of the linked resource.
(set-username! this val)
Property.
The HTMLHyperlinkElementUtils.username property is a web.USVString
the username specified before the domain name.
string = object.username; object.username = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/username
Property. The HTMLHyperlinkElementUtils.username property is a `web.USVString` the username specified before the domain name. `string = object.username; object.username = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/username`
(shape this)
Property.
Is a DOMString that reflects the shape HTML attribute, indicating shape of the hot-spot, limited to known values.
Property. Is a DOMString that reflects the shape HTML attribute, indicating shape of the hot-spot, limited to known values.
(tab-index this)
Property.
Is a long containing the element's position in the tabbing order.
Property. Is a long containing the element's position in the tabbing order.
(target this)
Property.
Is a DOMString that reflects the target HTML attribute, indicating browsing context in which to open the linked resource.
Property. Is a DOMString that reflects the target HTML attribute, indicating browsing context in which to open the linked resource.
(to-string this)
Method.
The HTMLHyperlinkElementUtils.toString() stringifier method returns
web.USVString
containing the whole URL. It is a read-only version
HTMLHyperlinkElementUtils.href
.
string = object.toString();
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/toString
Method. The HTMLHyperlinkElementUtils.toString() stringifier method returns `web.USVString` containing the whole URL. It is a read-only version `HTMLHyperlinkElementUtils.href`. `string = object.toString();` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/toString`
(type this)
Property.
Is a DOMString that reflects the type HTML attribute, indicating MIME type of the linked resource.
Property. Is a DOMString that reflects the type HTML attribute, indicating MIME type of the linked resource.
(username this)
Property.
The HTMLHyperlinkElementUtils.username property is a web.USVString
the username specified before the domain name.
string = object.username; object.username = string;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/username
Property. The HTMLHyperlinkElementUtils.username property is a `web.USVString` the username specified before the domain name. `string = object.username; object.username = string;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/username`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close