[Bug 20587] New: [cssom] ensure stylesheet uniqueness when loading >1 time from same source

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

            Bug ID: 20587
           Summary: [cssom] ensure stylesheet uniqueness when loading >1
                    time from same source
    Classification: Unclassified
           Product: CSS
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSSOM
          Assignee: glenn@skynav.com
          Reporter: glenn@skynav.com
        QA Contact: public-css-bugzilla@w3.org

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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 7 January 2013 14:44:47 UTC