[Bug 20720] The remove() method from Element Interface is overwritten in HTMLSelectElement Interface

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20720

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #2 from Boris Zbarsky <bzbarsky@mit.edu> ---
One option would be for HTMLSelectElement to define overloads with and without
and index and explicitly say that the no-argument overload does the same thing
as the canonical Element.prototype.remove.

That's how an ES implementation would have to implement it, and I think
specifying it that way is simplest.  It also happens to be simple to implement,
at least in Gecko.  ;)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 21 January 2013 13:39:58 UTC