Skip to content

Commit e7c3ac7

Browse files
committed
[css-font-loading-3][editorial] Changes for WD
1 parent 449000b commit e7c3ac7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css-font-loading-3/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ Title: CSS Font Loading Module Level 3
33
Shortname: css-font-loading
44
Level: 3
55
Group: csswg
6-
Status: ED
6+
Status: WD
7+
Date: 2023-04-06
8+
Prepare for TR: yes
79
Work Status: Exploring
810
ED: https://drafts.csswg.org/css-font-loading/
911
TR: https://www.w3.org/TR/css-font-loading/
1012
Previous Version: https://www.w3.org/TR/2014/WD-css-font-loading-3-20140522/
1113
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
1214
Former Editor: John Daggett, Mozilla, jdaggett@mozilla.com
1315
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
1517
Ignored Terms: EventHandler, InvalidModificationError, WorkerGlobalScope, Document, add(), src
1618
</pre>
1719

@@ -1229,7 +1231,7 @@ API Examples</h2>
12291231
<li>fonts.ready is a property, not a function.</li>
12301232
<li>Differentiated between non-existing fonts, and fonts which exist but lack the required glyphs.</li>
12311233
<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>
12331235
<li>Parsing a src argument is the same as parsing a CSS @font-face src descriptor.</li>
12341236
<li>Clarified that attempting to delete a CSS connected font has no effect, and returns false.</li>
12351237
<li>Clarified that adding duplicate fonts has no effect.</li>

0 commit comments

Comments
 (0)