I found that HTMLOptionsCollection object inherits properties and methods from HTMLCollection.
HTMLOptionsCollections->HTMLCollection->Object->null
Is there any other type that also inherits HTMLCollection?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.