Skip to content

Commit 05e285e

Browse files
noamrtabatkins
andcommitted
Update css-cascade-4/Overview.bs
Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
1 parent e47f6fe commit 05e285e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-cascade-4/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,11 @@ Processing Stylesheet Imports</h3>
276276
|parentStylesheet|'s <a spec=cssom>location</a>. If the algorithm returns an error,
277277
return. [[CSSOM]]
278278

279-
1. [=Fetch a style resource=] |parsedUrl|, with |parentStylesheet|, "style", "no-cors",
280-
and the following steps given [=/response=] |response|:
279+
1. [=Fetch a style resource=] from |parsedUrl|,
280+
with stylesheet |parentStylesheet|,
281+
destination "style",
282+
CORS mode "no-cors",
283+
and processResponse being the following steps given [=/response=] |response|:
281284

282285
1. If |response| is a [=network error=] or its [=response/status=] is not an
283286
[=ok status=], return.

0 commit comments

Comments
 (0)