This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19904 - DomStringList return type of styleSheetSets
Summary: DomStringList return type of styleSheetSets
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-08 01:43 UTC by svitlant
Modified: 2013-08-08 13:26 UTC (History)
1 user (show)

See Also:


Attachments

Description svitlant 2012-11-08 01:43:16 UTC
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
Comment 1 Simon Pieters 2013-06-27 13:27:38 UTC
Now it's DOMString[], live read only array (see WebIDL about read only array), always returns the same array.