Re: HTMLSelectElement.add()

On Sat, 22 Nov 2008, Cameron McCormack wrote:
> 
> There should be a third add() method on HTMLSelectElement (and 
> HTMLOptionsCollection) that takes only the first ‘HTMLElement 
> element’ argument and whose behaviour is the same as calling 
> add(element, null). Firefox is the only browser of the big five that 
> doesn’t support passing only one argument to add() (and that is only 
> on HTMLSelectElement; passing a single argument to 
> HTMLOptionsCollection::add() works).

Fixed.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Friday, 20 March 2009 23:03:44 UTC