Reliability/Availability of Option, Select, etc. objects

J

Joe Kelsey

I cannot find references to the use of code like the following
anywhere in the W3C DOM:

var select = document.getElementById ('myselect');
select.options[select.options.length] = new Option ('string',
'string');

In other words, which W3C document standardizes the "new Option"
interface? Or does this fall into the category of the mythical "DOM
0" interface, documented nowhere but implemented everywhere?

AFAIK, the W3C DOM specifies the existence of objects which implement
the interfaces of HTMLSelectElement, HTMLOptionElement, and so on, but
it does not actually specify the ability to actually instantiate an
HTMLOptionElement outside of the Document.createElement method.

I suppose it just means that for hysterical reasons, everyone needs to
support the original Netscpae interface including the legacy Objects,
so I might as well join the crowd, even though the Gecko DOM reference
makes no reference to them.

/Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,083
Messages
2,570,591
Members
47,212
Latest member
RobynWiley

Latest Threads

Top