[whatwg] [wf2] setting value DOM attribute of HTMLSelectElement

> What exactly should happen here:
>  <http://annevankesteren.nl/test/html/wf2/select/007>
>

The same as what happens with:

  document.getElementsByTagName('select')[0].selectedIndex = -1;

--
Sjoerd Visscher
http://w3future.com/weblog/

Received on Thursday, 21 July 2005 03:03:54 UTC