[Bug 29566] New: Specify insertRule('@import ...', 0) loading

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

            Bug ID: 29566
           Summary: Specify insertRule('@import ...', 0) loading
           Product: CSS
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSSOM
          Assignee: simonp@opera.com
          Reporter: simonp@opera.com
        QA Contact: public-css-bugzilla@w3.org
  Target Milestone: ---

https://drafts.csswg.org/cssom/#the-cssimportrule-interface

[[
Note: If loading of the style sheet fails its CSS rules list is simply empty,
i.e., an @import at-rule always has an associated CSS style sheet.
]]

Unclear what should happen for insertRule('@import url(...);', 0); on an
already-loaded stylesheet, as in 
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/4039

What happens with the parent sheet while it's loading?
What happens when the @imported sheet is half-way loaded?
What happens when accessing CSSImportRule#styleSheet during loading?

Ack rune

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

Received on Friday, 8 April 2016 13:07:16 UTC