Skip to content

Commit 5c4a857

Browse files
committed
use script's baseurl for cssstylesheets
1 parent dace81e commit 5c4a857

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
@@ -117343,8 +117343,12 @@ document.querySelector("button").addEventListener("click", bound);
117343117343
<li><p>Set <var>script</var>'s <span data-x="concept-script-parse-error">parse error</span> and
117344117344
<span data-x="concept-script-error-to-rethrow">error to rethrow</span> to null.</p></li>
117345117345

117346+
<li><p>Let <var>baseUrl</var> be <var>script</var>'s <span data-x="concept-script-base-url">base
117347+
URL</span>.
117348+
117346117349
<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>
117348117352

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

0 commit comments

Comments
 (0)