@@ -3,15 +3,17 @@ Title: CSS Font Loading Module Level 3
3
3
Shortname : css-font-loading
4
4
Level : 3
5
5
Group : csswg
6
- Status : ED
6
+ Status : WD
7
+ Date : 2023-04-06
8
+ Prepare for TR : yes
7
9
Work Status : Exploring
8
10
ED : https://drafts.csswg.org/css-font-loading/
9
11
TR : https://www.w3.org/TR/css-font-loading/
10
12
Previous Version : https://www.w3.org/TR/2014/WD-css-font-loading-3-20140522/
11
13
Editor : Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
12
14
Former Editor : John Daggett, Mozilla, jdaggett@mozilla.com
13
15
Abstract : This CSS module describes events and interfaces used for dynamically loading font resources.
14
- Link Defaults : css-fonts-3 (descriptor) src, dom (interface) Event
16
+ Link Defaults : css-fonts-4 (descriptor) src, dom (interface) Event
15
17
Ignored Terms : EventHandler, InvalidModificationError, WorkerGlobalScope, Document, add(), src
16
18
</pre>
17
19
@@ -1229,7 +1231,7 @@ API Examples</h2>
1229
1231
<li> fonts.ready is a property, not a function.</li>
1230
1232
<li> Differentiated between non-existing fonts, and fonts which exist but lack the required glyphs.</li>
1231
1233
<li> Precisely listed order of steps for several methods</li>
1232
- <li> Clarified handling og global keywords and relative values in the load() and check() functions.</li>
1234
+ <li> Clarified handling of global keywords and relative values in the load() and check() functions.</li>
1233
1235
<li> Parsing a src argument is the same as parsing a CSS @font-face src descriptor.</li>
1234
1236
<li> Clarified that attempting to delete a CSS connected font has no effect, and returns false.</li>
1235
1237
<li> Clarified that adding duplicate fonts has no effect.</li>
0 commit comments