Skip to content

Commit 3092eff

Browse files
committed
[css-font-loading-3] Remove variant attribute, fix w3c#7502
1 parent 7340938 commit 3092eff

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

css-font-loading-3/Overview.bs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)