You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it does not <strong>make</strong> the font face italic.</p>
233
234
235
+
<p>On getting, return the string associated with this attribute.</p>
236
+
237
+
<p>On setting, parse the string according to the grammar for the CSS <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-fonts-3/#at-font-face-ruletitle=@font-face>@font-face</a> rule.
238
+
If it does not match the grammar,
239
+
throw a TypeError;
240
+
otherwise, set the attribute to the provided string.</p>
241
+
234
242
<dt><dfnclass=idl-codedata-dfn-for=FontFacedata-dfn-type=attributedata-export="" id=dom-fontface-variant>variant<aclass=self-linkhref=#dom-fontface-variant></a></dfn>, <spandata-attribute-info="" for=variant> of type <adata-link-type=idl-nametitle=domstring>DOMString</a></span>
235
243
<dt><dfnclass=idl-codedata-dfn-for=FontFacedata-dfn-type=attributedata-export="" id=dom-fontface-featuresettings>featureSettings<aclass=self-linkhref=#dom-fontface-featuresettings></a></dfn>, <spandata-attribute-info="" for=featureSettings> of type <adata-link-type=idl-nametitle=domstring>DOMString</a></span>
these attributes actually affect the font face.</p>
244
252
253
+
<p>On getting, return the string associated with this attribute.</p>
254
+
255
+
<p>On setting, parse the string according to the grammar for the CSS <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-fonts-3/#at-font-face-ruletitle=@font-face>@font-face</a> rule.
256
+
If it does not match the grammar,
257
+
throw a TypeError;
258
+
otherwise, set the attribute to the provided string.</p>
259
+
245
260
<dt><dfnclass=idl-codedata-dfn-for=FontFacedata-dfn-type=attributedata-export="" id=dom-fontface-status>status<aclass=self-linkhref=#dom-fontface-status></a></dfn>, <spandata-attribute-info="" for=FontFace/status> of type <adata-link-type=idl-namehref=#enumdef-fontfaceloadstatustitle=fontfaceloadstatus>FontFaceLoadStatus</a>, readonly</span>
246
261
<dd>
247
262
This attribute reflects the current status of the font face.
0 commit comments