[Bug 16103] Remove DOMStringList usage

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

--- Comment #7 from Anne <annevk@opera.com> 2012-03-09 17:17:13 UTC ---
The places I know that use DOMStringList now are Indexed DB,
HTMLPropertiesCollection.names (HTML), DataTransfer.types (HTML), and
Document.styleSheetSets (CSSOM). They have all filed bugs against them to use
DOMString[] instead (which is not a real JavaScript array, but a platform
array, as I understand it) and will most likely be changed in the foreseeable
future. None of them is in wide use so it's not too problematic.

-- 
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 Friday, 9 March 2012 17:17:20 UTC