You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The styleSheet attribute must return the associated CSS style sheet.
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.
What happens when the imported stylesheet has not finished loading yet? Should the getter block? Or does the does the associated stylesheet have an empty rule list, like for a failed load?
https://drafts.csswg.org/cssom/#the-cssimportrule-interface
What happens when the imported stylesheet has not finished loading yet? Should the getter block? Or does the does the associated stylesheet have an empty rule list, like for a failed load?
CC @upsuper @Manishearth @heycam
The text was updated successfully, but these errors were encountered: