I found that HTMLOptionsCollection object inherits properties and methods from HTMLCollection.
HTMLOptionsCollections->HTMLCollection->Object->null
Is there any other type that also inherits HTMLCollection?
You'll find other DOM interfaces which should inherit from HTMLCollection in the HTML5 spec:
http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#collections-0
However, these objects are not necessarly actually implemented in current browsers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With