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

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

Ms2ger <Ms2ger@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cam@mcc.id.au,
                   |                            |Ms2ger@gmail.com

--- Comment #1 from Ms2ger <Ms2ger@gmail.com> ---
Hrm, <http://www.whatwg.org/html/#the-select-element> has

  void remove(long index);

so I guess we could make it work with our

  void remove();

but I'm not sure if WebIDL supports that... Cameron?

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

Received on Monday, 21 January 2013 07:48:14 UTC