File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -117343,8 +117343,12 @@ document.querySelector("button").addEventListener("click", bound);
117343
117343
<li><p>Set <var>script</var>'s <span data-x="concept-script-parse-error">parse error</span> and
117344
117344
<span data-x="concept-script-error-to-rethrow">error to rethrow</span> to null.</p></li>
117345
117345
117346
+ <li><p>Let <var>baseUrl</var> be <var>script</var>'s <span data-x="concept-script-base-url">base
117347
+ URL</span>.
117348
+
117346
117349
<li><p>Let <var>sheet</var> be the result of running the steps to <span>create a constructed
117347
- <code>CSSStyleSheet</code></span> with an empty dictionary as the argument.</p></li>
117350
+ <code>CSSStyleSheet</code></span> with a dictionary with the following dictionary members:
117351
+ «[ "<code data-x="">baseUrl</code>" → <var>baseUrl</var> ]»</p></li>
117348
117352
117349
117353
<li>
117350
117354
<p>Run the steps to <span>synchronously replace the rules of a <code>CSSStyleSheet</code></span>
You can’t perform that action at this time.
0 commit comments