@@ -27926,7 +27926,7 @@ document.body.appendChild(wbr);</code></pre>
27926
27926
27927
27927
<p class="note">User-agents might perform additional operations when a resource is loaded, such as
27928
27928
preemptively <span data-x="dom-img-decode">decoding images</span> or <span
27929
- data-x="Create a CSS style sheet">creating stylesheets </span>. However, these additional
27929
+ data-x="Create a CSS style sheet">creating style sheets </span>. However, these additional
27930
27930
operations cannot have observable effects.</p>
27931
27931
27932
27932
<p>There is no default type for resources given by the <code data-x="rel-preload">preload</code>
@@ -112193,7 +112193,7 @@ document.querySelector("button").addEventListener("click", bound);
112193
112193
<p>A <span>module script</span> is a <dfn export>CSS module script</dfn> if its <span
112194
112194
data-x="concept-script-record">record</span> is a <span>Synthetic Module Record</span>, and it
112195
112195
was created via the <span data-x="creating a CSS module script">create a CSS module
112196
- script</span> algorithm. CSS module scripts represent a parsed CSS stylesheet .</p>
112196
+ script</span> algorithm. CSS module scripts represent a parsed CSS style sheet .</p>
112197
112197
112198
112198
<!--
112199
112199
This definition is not super-rigorous, but it doesn't need to be for now. If we ever start
@@ -112222,7 +112222,7 @@ document.querySelector("button").addEventListener("click", bound);
112222
112222
</li>
112223
112223
</ul>
112224
112224
112225
- <p class="note">As CSS stylesheets and JSON documents do not import dependent modules, and do not
112225
+ <p class="note">As CSS style sheets and JSON documents do not import dependent modules, and do not
112226
112226
throw exceptions on evaluation, the <span data-x="concept-script-script-fetch-options">fetch
112227
112227
options</span> and <span data-x="concept-script-base-url">base URL</span> of <span data-x="CSS
112228
112228
module script">CSS module scripts</span> and <span data-x="JSON module script">JSON module
0 commit comments