Search completed in 2.08 seconds.
9 results for "relList":
HTMLAnchorElement.relList - Web APIs
WebAPIHTMLAnchorElementrelList
the htmlanchorelement.rellist read-only property reflects the rel attribute.
... syntax var relstr = anchorelt.rellist; example var anchors = document.getelementsbytagname("a"); var length = anchors.length; for (var i = 0; i < length; i++) { var list = anchors[i].rellist; var listlength = list.length; console.log("new anchor node found with", listlength, "link types in rellist."); for (var j = 0; j < listlength; j++) { console.log(list[j]); } } specifications specification status comment html living standardthe definition of 're...
HTMLAreaElement.relList - Web APIs
WebAPIHTMLAreaElementrelList
the htmlareaelement.rellist read-only property reflects the rel attribute.
... syntax var relstr = areaelt.rellist; example var areas = document.getelementsbytagname("area"); var length = areas.length; for (var i = 0; i < length; i++) { var list = areas[i].rellist; var listlength = list.length; console.log("new area found."); for (var j = 0; j < listlength; j++) { console.log(list[j]); } } specifications specification status comment html living standardthe definition of 'rellist' in that specification.
HTMLLinkElement.relList - Web APIs
WebAPIHTMLLinkElementrelList
the htmllinkelement.rellist read-only property reflects the rel attribute.
... syntax var relstr = linkelt.rellist; example var links = document.getelementsbytagname("link"); var length = links.length; for (var i = 0; i < length; i++) { var list = links[i].rellist; var listlength = list.length; console.log("new link found."); for (var j = 0; j < listlength; j++) { console.log(list[j]); } } specifications specification status comment html living standardthe definition of 'rellist' in that specification.
Index - Web APIs
WebAPIIndex
such a set is returned by element.classlist, htmllinkelement.rellist, htmlanchorelement.rellist, htmlareaelement.rellist, htmliframeelement.sandbox, or htmloutputelement.htmlfor.
... 1567 htmlanchorelement.rellist api, html dom, htmlanchorelement, property, reference, rellist the htmlanchorelement.rellist read-only property reflects the rel attribute.
... 1571 htmlareaelement.rellist api, html dom, htmlareaelement, property, reference the htmlareaelement.rellist read-only property reflects the rel attribute.
... 1763 htmllinkelement.rellist api, html dom, htmllinkelement, property, read-only, reference the htmllinkelement.rellist read-only property reflects the rel attribute.
HTMLAnchorElement - Web APIs
WebAPIHTMLAnchorElement
htmlanchorelement.rellist read only returns a domtokenlist that reflects the rel html attribute, as a list of tokens.
... the following properties have been added: hash, host, hostname, media, pathname, port, protocol, rellist, search, and text.
HTMLAreaElement - Web APIs
WebAPIHTMLAreaElement
htmlareaelement.rellist read only returns a domtokenlist that reflects the rel html attribute, indicating relationships of the current document to the linked resource, as a list of tokens.
... the following properties have been added: rel, rellist, media, hreflang, type, host, hostname, pathname, port, protocol, search, and hash.
HTMLLinkElement - Web APIs
WebAPIHTMLLinkElement
htmllinkelement.rellist read only is a domtokenlist that reflects the rel html attribute, as a list of tokens.
... the following properties have been added: rellist, and sizes.
DOMTokenList - Web APIs
WebAPIDOMTokenList
such a set is returned by element.classlist, htmllinkelement.rellist, htmlanchorelement.rellist, htmlareaelement.rellist, htmliframeelement.sandbox, or htmloutputelement.htmlfor.
SVGAElement - Web APIs
WebAPISVGAElement
svgaelement.rellist see htmlanchorelement.rellist.