Search completed in 0.94 seconds.
4 results for "HTMLAllCollection":
Document.all - Web APIs
Web › API › Document › all
the document interface's read-only all property returns an htmlallcollection rooted at the document node.
... syntax var htmlallcollection = document.all; value an htmlallcollection which contains every element in the document.
Document - Web APIs
Web › API › Document
document.all provides access to all elements in the document — it returns an htmlallcollection rooted at the document node.
The HTML DOM API - Web APIs
Web › API › HTML DOM API
domstringlist domstringmap errorevent htmlallcollection mimetype mimetypearray promiserejectionevent interfaces belonging to other apis several interfaces are technically defined in the html specification while actually being part of other apis.
Index - Web APIs
Web › API › Index
865 document.all api, dom, deprecated, document, htmlallcollection, property, reference, all the document interface's read-only all property returns an htmlallcollection rooted at the document node.