Returns an HTMLCollection of area elements included within the element.
Property of dom/HTMLMapElementdom/HTMLMapElement
SyntaxNote: This property is read-only.
var areaElements = mapElement.areas;
Return Value
Returns an object of type ObjectObject
An HTMLCollection of area elements.
NotesAreas can be added to or removed from the collection. If duplicate identifiers are found, a collection of those items is returned. Collections of duplicates must be referenced subsequently by ordinal position. To add elements to the collection, use the createElement and add methods. Alternatively, use the insertAdjacentHTML method.
Related specificationsMicrosoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4