File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ The <code>FontFace</code> Interface</h2>
8787 CSSOMString weight = "normal";
8888 CSSOMString stretch = "normal";
8989 CSSOMString unicodeRange = "U+0-10FFFF";
90- CSSOMString variant = "normal";
9190 CSSOMString featureSettings = "normal";
9291 CSSOMString variationSettings = "normal";
9392 CSSOMString display = "auto";
@@ -107,7 +106,6 @@ The <code>FontFace</code> Interface</h2>
107106 attribute CSSOMString weight;
108107 attribute CSSOMString stretch;
109108 attribute CSSOMString unicodeRange;
110- attribute CSSOMString variant;
111109 attribute CSSOMString featureSettings;
112110 attribute CSSOMString variationSettings;
113111 attribute CSSOMString display;
@@ -149,7 +147,6 @@ The <code>FontFace</code> Interface</h2>
149147 throw a {{SyntaxError}} ;
150148 otherwise, set the attribute to the serialization of the parsed value.
151149
152- : <dfn>variant</dfn>
153150 : <dfn>featureSettings</dfn>
154151 : <dfn>variationSettings</dfn>
155152 : <dfn>display</dfn>
You can’t perform that action at this time.
0 commit comments