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
If someone does https://drafts.csswg.org/cssom/#dom-cssstylesheet-insertrule on a constructed stylesheet, or any of its imports (or their imports, etc) and the parsed rule is an @import rule, we should probably throw. Especially if we want to be able to share the sheets across documents.
The text was updated successfully, but these errors were encountered:
If someone does https://drafts.csswg.org/cssom/#dom-cssstylesheet-insertrule on a constructed stylesheet, or any of its imports (or their imports, etc) and the parsed rule is an
@import
rule, we should probably throw. Especially if we want to be able to share the sheets across documents.The text was updated successfully, but these errors were encountered: