@@ -3,15 +3,17 @@ Title: CSS Font Loading Module Level 3
33Shortname : css-font-loading
44Level : 3
55Group : csswg
6- Status : ED
6+ Status : WD
7+ Date : 2023-04-06
8+ Prepare for TR : yes
79Work Status : Exploring
810ED : https://drafts.csswg.org/css-font-loading/
911TR : https://www.w3.org/TR/css-font-loading/
1012Previous Version : https://www.w3.org/TR/2014/WD-css-font-loading-3-20140522/
1113Editor : Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
1214Former Editor : John Daggett, Mozilla, jdaggett@mozilla.com
1315Abstract : 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
1517Ignored 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