@@ -88,6 +88,9 @@ The <code>FontFace</code> Interface</h2>
88
88
CSSOMString featureSettings = "normal";
89
89
CSSOMString variationSettings = "normal";
90
90
CSSOMString display = "auto";
91
+ CSSOMString ascentOverride = "normal";
92
+ CSSOMString descentOverride = "normal";
93
+ CSSOMString lineGapOverride = "normal";
91
94
};
92
95
93
96
enum FontFaceLoadStatus { "unloaded", "loading", "loaded", "error" };
@@ -105,6 +108,9 @@ The <code>FontFace</code> Interface</h2>
105
108
attribute CSSOMString featureSettings;
106
109
attribute CSSOMString variationSettings;
107
110
attribute CSSOMString display;
111
+ attribute CSSOMString ascentOverride;
112
+ attribute CSSOMString descentOverride;
113
+ attribute CSSOMString lineGapOverride;
108
114
109
115
readonly attribute FontFaceLoadStatus status;
110
116
@@ -144,6 +150,9 @@ The <code>FontFace</code> Interface</h2>
144
150
: <dfn>featureSettings</dfn>
145
151
: <dfn>variationSettings</dfn>
146
152
: <dfn>display</dfn>
153
+ : <dfn>ascentOverride</dfn>
154
+ : <dfn>descentOverride</dfn>
155
+ : <dfn>lineGapOverride</dfn>
147
156
::
148
157
These attributes have the same meaning,
149
158
and are parsed the same as,
0 commit comments