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-values-4/Overview.bs
Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
  • Loading branch information
noamr and tabatkins committed Oct 11, 2021
commit 99b8996d190f3e2472422e027779371b498201d6
8 changes: 5 additions & 3 deletions css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -993,9 +993,11 @@ URL Modifiers</h4>
URL processing model</h4>

<div algorithm>
To <dfn export>fetch a style resource</dfn> [=/url=] |url|, given a {{CSSStyleSheet}}
|sheet|, a string |destination|, a "no-cors" or "cors" |corsMode|, and an algorithm
|processResponse| accepting a [=/response=]:
To <dfn export>fetch a style resource</dfn> from [=/url=] |url|,
given a {{CSSStyleSheet}} |sheet|,
a string |destination| matching a {{RequestDestination}},
a "no-cors" or "cors" |corsMode|,
and an algorithm |processResponse| accepting a [=/response=]:

1. Let |environmentSettings| be |sheet|'s [=relevant settings object=].

Expand Down