@@ -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 fontDisplay = "auto";
90
+ CSSOMString isplay = "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 fontDisplay ;
107
+ attribute CSSOMString isplay ;
108
108
109
109
readonly attribute FontFaceLoadStatus status;
110
110
@@ -143,7 +143,7 @@ The <code>FontFace</code> Interface</h2>
143
143
: <dfn>variant</dfn>
144
144
: <dfn>featureSettings</dfn>
145
145
: <dfn>variationSettings</dfn>
146
- : <dfn>fontDisplay </dfn>
146
+ : <dfn>display </dfn>
147
147
::
148
148
These attributes have the same meaning,
149
149
and are parsed the same as,
@@ -1164,6 +1164,8 @@ API Examples</h2>
1164
1164
2. Switched {{FontFaceSetLoadEvent/fontfaces}} to be a FrozenArray,
1165
1165
to match with proper IDL practice.
1166
1166
1167
+ 3. Added {{FontFace/variationSettings}} and {{FontFace/display}} , to sync with ''@font-face'' .
1168
+
1167
1169
<h2 class=no-num id=acknowledgments>
1168
1170
Acknowledgments</h2>
1169
1171
0 commit comments