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 @@ -110277,8 +110277,12 @@ document.querySelector("button").addEventListener("click", bound);
110277
110277
<li><p>Set <var>script</var>'s <span data-x="concept-script-parse-error">parse error</span> and
110278
110278
<span data-x="concept-script-error-to-rethrow">error to rethrow</span> to null.</p></li>
110279
110279
110280
+ <li><p>Let <var>baseUrl</var> be <var>script</var>'s <span data-x="concept-script-base-url">base
110281
+ URL</span>.
110282
+
110280
110283
<li><p>Let <var>sheet</var> be the result of running the steps to <span>create a constructed
110281
- <code>CSSStyleSheet</code></span> with an empty dictionary as the argument.</p></li>
110284
+ <code>CSSStyleSheet</code></span> with a dictionary with the following dictionary members:
110285
+ «[ "<code data-x="">baseUrl</code>" → <var>baseUrl</var> ]»</p></li>
110282
110286
110283
110287
<li>
110284
110288
<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