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

<div algorithm>
To <dfn>fetch a font</dfn> given a selected [=/url=] |url| for ''@font-face'' |rule|,
[=fetch a style resource|fetch=] |url|, with |rule|'s
<a spec=cssom for=CSSRule>parent CSS style sheet</a>, "font", "cors" and the following steps
given [=/response=] |res|:
[=fetch a style resource|fetch=] |url|,
with stylesheet being |rule|'s <a spec=cssom for=CSSRule>parent CSS style sheet</a>,
destination "font",
CORS mode "cors",
and processResponse being the following steps given [=/response=] |res|:

1. Let |body| be |res|'s [=response/body=].

Expand Down