[Bug 16103] Remove DOMStringList usage

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

--- Comment #12 from Jonas Sicking <jonas@sicking.cc> 2012-03-10 08:34:33 UTC ---
We're talking a very small amount of value for web authors here.

But we can head in that direction if we mark the DOMStringList interface as
[NoInterfaceObject] for now. That way it would be a basically completely
backwards compatible change to replace DOMStringList with DOMString[] in the
future when:

* Array.prototype.contains exists (Sounds like ES6 is getting it)
* Implementations have DOMString[] implemented

I'm inclined to punt on this until that time.

-- 
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 Saturday, 10 March 2012 08:34:39 UTC