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
Copy file name to clipboardExpand all lines: css-font-loading-3/Overview.bs
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,6 @@ The <code>FontFace</code> Interface</h2>
84
84
CSSOMString weight = "normal";
85
85
CSSOMString stretch = "normal";
86
86
CSSOMString unicodeRange = "U+0-10FFFF";
87
-
CSSOMString variant = "normal";
88
87
CSSOMString featureSettings = "normal";
89
88
CSSOMString variationSettings = "normal";
90
89
CSSOMString display = "auto";
@@ -101,7 +100,6 @@ The <code>FontFace</code> Interface</h2>
101
100
attribute CSSOMString weight;
102
101
attribute CSSOMString stretch;
103
102
attribute CSSOMString unicodeRange;
104
-
attribute CSSOMString variant;
105
103
attribute CSSOMString featureSettings;
106
104
attribute CSSOMString variationSettings;
107
105
attribute CSSOMString display;
@@ -140,7 +138,6 @@ The <code>FontFace</code> Interface</h2>
140
138
throw a {{SyntaxError}};
141
139
otherwise, set the attribute to the serialization of the parsed value.
142
140
143
-
: <dfn>variant</dfn>
144
141
: <dfn>featureSettings</dfn>
145
142
: <dfn>variationSettings</dfn>
146
143
: <dfn>display</dfn>
@@ -394,7 +391,7 @@ Interaction with CSS’s ''@font-face'' Rule</h3>
394
391
This {{FontFace}} object is <dfn>CSS-connected</dfn>.
395
392
396
393
The {{FontFace}} object corresponding to a ''@font-face'' rule
397
-
has its {{FontFace/family}}, {{FontFace/style}}, {{FontFace/weight}}, {{FontFace/stretch}}, {{FontFace/unicodeRange}}, {{FontFace/variant}}, and {{FontFace/featureSettings}} attributes
394
+
has its {{FontFace/family}}, {{FontFace/style}}, {{FontFace/weight}}, {{FontFace/stretch}}, {{FontFace/unicodeRange}}, and {{FontFace/featureSettings}} attributes
398
395
set to the same value as the corresponding descriptors in the ''@font-face'' rule.
399
396
There is a two-way connection between the two:
400
397
any change made to a ''@font-face'' descriptor is immediately reflected in the corresponding {{FontFace}} attribute,
0 commit comments