This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
On Fri, Feb 24, 2012 at 3:39 AM, Anne van Kesteren <annevk@opera.com> wrote: >There's currently only a few APIs that use DOMStringList in the platform and we are in the process of >replacing them all with using arrays instead. As they are all relatively new and not widely stable yet this >should not pose a big problem we think. Document.styleSheetSets is one of five places that uses >DOMStringList and it would be great if that could be changed to DOMString[] instead. > >The DOM standard carries a warning on using DOMStringList for now, but we plan on dropping it in due >course unless something unforeseen comes up.
http://lists.w3.org/Archives/Public/www-style/2013Apr/0592.html
(In reply to comment #1) > http://lists.w3.org/Archives/Public/www-style/2013Apr/0592.html what is the status of implementations use of DOMString[] vs DOMStringList?
Reopening for <http://www.w3.org/mid/517944BA.7050506@mit.edu>
(In reply to comment #2) > what is the status of implementations use of DOMString[] vs DOMStringList? Opera/Safari/Chrome/IE10 don't support document.styleSheetSets, so it should be OK to change it as far as Web compat goes. Firefox supports document.styleSheetSets and returns DOMTokenList.
https://dvcs.w3.org/hg/csswg/rev/9dcc8a9a1b5d