[Bug 17125] Add a FileList.drop(index) method

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

Jonas Sicking <jonas@sicking.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonas@sicking.cc

--- Comment #2 from Jonas Sicking <jonas@sicking.cc> 2012-05-21 23:59:35 UTC ---
I don't think comment 0 this is the right solution to this problem. For the
same reason that we don't have mutating functions on NodeList.

If we want to allow removing files from a <input type=file>, then I think we
should put methods directly on the element to do so.

-- 
Configure bugmail: https://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 Monday, 21 May 2012 23:59:54 UTC