Skip to content

Commit a2cb9d1

Browse files
committed
use script's baseurl for cssstylesheets
1 parent f9c8085 commit a2cb9d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110277,8 +110277,12 @@ document.querySelector("button").addEventListener("click", bound);
110277110277
<li><p>Set <var>script</var>'s <span data-x="concept-script-parse-error">parse error</span> and
110278110278
<span data-x="concept-script-error-to-rethrow">error to rethrow</span> to null.</p></li>
110279110279

110280+
<li><p>Let <var>baseUrl</var> be <var>script</var>'s <span data-x="concept-script-base-url">base
110281+
URL</span>.
110282+
110280110283
<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>
110282110286

110283110287
<li>
110284110288
<p>Run the steps to <span>synchronously replace the rules of a <code>CSSStyleSheet</code></span>

0 commit comments

Comments
 (0)