1 2 3 4 5 6 7 8
[CustomGet,CustomGetByIndex] interface HTMLCollection { readonly attribute unsigned long length; Element? item(unsigned long index); Element? namedItem(DOMString name); };