HTMLOptionElement strangeness

From
http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/idl-definitions.html.

Why is "selected" readonly and "defaultSelected" not? Seems that
these 2 are switched since I would expect the selected state of an
option
to be changeable while its default would not.

And why is "index" not readonly ?!!!? As an implementor I really don't
want to support the setting of this attribute. What if someone specifies

an index of 1000000000000? If someone wants to shuffle the option
order, let them use Node methods to do so.

Received on Tuesday, 12 September 2000 15:49:57 UTC