This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Hello, According to the latest DOMCore specification, the DomStringList type is going away (http://dom.spec.whatwg.org/#interface-domstringlist). Could you, please, clarify what return type should be used for the return value of Document.styleSheetSets? Additionally, is it possible to explicitly state whether the returned collection is supposed to be live or not? Thanks, Svitlana
Now it's DOMString[], live read only array (see WebIDL about read only array), always returns the same array.