@@ -12,7 +12,7 @@ Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
12
12
Former Editor : John Daggett, Mozilla, jdaggett@mozilla.com
13
13
Abstract : This CSS module describes events and interfaces used for dynamically loading font resources.
14
14
Link Defaults : css-fonts-3 (descriptor) src, dom (interface) Event
15
- Ignored Terms : EventHandler, InvalidModificationError, WorkerGlobalScope, CanvasProxy, Document, add(), src
15
+ Ignored Terms : EventHandler, InvalidModificationError, WorkerGlobalScope, Document, add(), src
16
16
</pre>
17
17
18
18
<pre class="link-defaults">
@@ -87,7 +87,7 @@ The <code>FontFace</code> Interface</h2>
87
87
CSSOMString variant = "normal";
88
88
CSSOMString featureSettings = "normal";
89
89
CSSOMString variationSettings = "normal";
90
- CSSOMString isplay = "auto";
90
+ CSSOMString display = "auto";
91
91
};
92
92
93
93
enum FontFaceLoadStatus { "unloaded", "loading", "loaded", "error" };
@@ -104,7 +104,7 @@ The <code>FontFace</code> Interface</h2>
104
104
attribute CSSOMString variant;
105
105
attribute CSSOMString featureSettings;
106
106
attribute CSSOMString variationSettings;
107
- attribute CSSOMString isplay ;
107
+ attribute CSSOMString display ;
108
108
109
109
readonly attribute FontFaceLoadStatus status;
110
110
@@ -1019,7 +1019,7 @@ Worker FontFaceSources</h3>
1019
1019
1020
1020
Note: {{FontFace}} objects can be constructed and added to it as normal,
1021
1021
which affects CSS font-matching within the worker
1022
- (such as, for example, drawing text into a {{CanvasProxy }} ).
1022
+ (such as, for example, drawing text into a {{OffscreenCanvas }} ).
1023
1023
1024
1024
<h3 id="document-font-face-set">
1025
1025
Interaction with CSS’s ''@font-face'' Rule</h3>
0 commit comments