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 cssRuleOrDeclaration is a CSSStyleDeclaration whose parentRule is not null, set cssRuleOrDeclaration to cssRuleOrDeclaration’s parentRule.
4141
+
If cssRuleOrDeclaration is a CSS declaration block whose parent CSS rule is not null, set cssRuleOrDeclaration to cssRuleOrDeclaration’s parent CSS rule.
4151
4142
◎
4152
-
If cssRuleOrDeclaration is a CSSRule, set sheet to cssRuleOrDeclaration’s parentStyleSheet.
4143
+
If cssRuleOrDeclaration is a CSS rule, set sheet to cssRuleOrDeclaration’s parent style sheet.
4153
4144
◎
4154
4145
If sheet is not null:
4155
4146
• If sheet’s stylesheet base URL is not null, return sheet’s stylesheet base URL.
To fetch a style resource from a url or <url> urlValue, given an CSS rule or a css declaration cssRuleOrDeclaration, a string destination matching a RequestDestination, a "no-cors" or "cors" corsMode, and an algorithm processResponse accepting a response and a null, failure or byte stream:
4211
+
To fetch a style resource from a url or <url> urlValue, given an CSS rule or a css declaration block cssRuleOrDeclaration, a string destination matching a RequestDestination, a "no-cors" or "cors" corsMode, and an algorithm processResponse accepting a response and a null, failure or byte stream:
0 commit comments