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 20587 - [cssom] ensure stylesheet uniqueness when loading >1 time from same source
Summary: [cssom] ensure stylesheet uniqueness when loading >1 time from same source
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-07 14:44 UTC by Glenn Adams
Modified: 2013-08-08 13:26 UTC (History)
0 users

See Also:


Attachments

Description Glenn Adams 2013-01-07 14:44:45 UTC
ensure that the following are specified:

* Given two CSSImportRule objects with the same href, their styleSheet attributes are not the same object.
* Changing one (eg. through .insertRule()) does not affect the other.

see also http://lists.w3.org/Archives/Public/www-style/2012Dec/0350.html