Skip to content

[css-syntax-3][css-values-3][css-cascade-4][css-fonts-4] Formalize fetching and resource timing reporting #6715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Nov 3, 2021
Merged
Prev Previous commit
Next Next commit
Update css-cascade-4/Overview.bs
Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
  • Loading branch information
noamr and tabatkins committed Oct 11, 2021
commit 05e285eb91d7050ff1ab5795754563e4803f7a8c
7 changes: 5 additions & 2 deletions css-cascade-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,11 @@ Processing Stylesheet Imports</h3>
|parentStylesheet|'s <a spec=cssom>location</a>. If the algorithm returns an error,
return. [[CSSOM]]

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

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