We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6865584 commit e47f6feCopy full SHA for e47f6fe
css-fonts-4/Overview.bs
@@ -2946,9 +2946,11 @@ Font fetching requirements</h4>
2946
2947
<div algorithm>
2948
To <dfn>fetch a font</dfn> given a selected [=/url=] |url| for ''@font-face'' |rule|,
2949
- [=fetch a style resource|fetch=] |url|, with |rule|'s
2950
- <a spec=cssom for=CSSRule>parent CSS style sheet</a>, "font", "cors" and the following steps
2951
- 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",
2952
+ CORS mode "cors",
2953
+ and processResponse being the following steps given [=/response=] |res|:
2954
2955
1. Let |body| be |res|'s [=response/body=].
2956
0 commit comments