8000 Editorial: correct spelling of style sheet · whatwg/html@54b7302 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54b7302

Browse files
committed
Editorial: correct spelling of style sheet
1 parent abb4ae5 commit 54b7302

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27926,7 +27926,7 @@ document.body.appendChild(wbr);</code></pre>
2792627926

2792727927
<p class="note">User-agents might perform additional operations when a resource is loaded, such as
2792827928
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
2793027930
operations cannot have observable effects.</p>
2793127931

2793227932
<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);
112193112193
<p>A <span>module script</span> is a <dfn export>CSS module script</dfn> if its <span
112194112194
data-x="concept-script-record">record</span> is a <span>Synthetic Module Record</span>, and it
112195112195
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>
112197112197

112198112198
<!--
112199112199
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);
112222112222
</li>
112223112223
</ul>
112224112224

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
112226112226
throw exceptions on evaluation, the <span data-x="concept-script-script-fetch-options">fetch
112227112227
options</span> and <span data-x="concept-script-base-url">base URL</span> of <span data-x="CSS
112228112228
module script">CSS module scripts</span> and <span data-x="JSON module script">JSON module

0 commit comments

Comments
 (0)
0