[Bug 12639] collection[index] = new Option() as setter is supported by all modern UA(ff, opera, webkit, IE). Holes are allowed as in JS array i.e. {select.options.length = 0; select.options[10] = new Option(); select.options.length // 11}

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12639

--- Comment #2 from contributor@whatwg.org 2011-08-03 23:03:54 UTC ---
Checked in as WHATWG revision r6360.
Check-in comment: Document the setter on <select> and <select>.options
http://html5.org/tools/web-apps-tracker?from=6359&to=6360

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 3 August 2011 23:03:55 UTC