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-fonts-3/Fonts.src.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -4174,7 +4174,7 @@ <h3 id="font-feature-settings-prop">Low-level font feature settings control: the
4174
4174
</p>
4175
4175
4176
4176
<pid="ffs-map">The computed value of font-feature-settings is a map,
4177
-
so any duplicates in the specified value must not be preserved. </p>
4177
+
so any duplicates in the specified value must not be preserved. If the same axis name appears more than once, the value associated with the last appearance supersedes any previous value for that axis.</p>
Copy file name to clipboardExpand all lines: css-fonts-4/Overview.bs
+1-1
Original file line number
Diff line number
Diff line change
@@ -3262,7 +3262,7 @@ are clamped to the closest value supported by the font.
3262
3262
3263
3263
Values are allowed to be fractional or negative.
3264
3264
3265
-
If the same axis name appears more than once, the value associated with the last appearance supersedes any previous value for that axis.
3265
+
If the same axis name appears more than once, the value associated with the last appearance supersedes any previous value for that axis. This deduplication is observable by accessing the computed value of this property.
3266
3266
3267
3267
Although specifically defined for OpenType / TrueType variations,
3268
3268
variation axes for other modern font formats that support font variations
0 commit comments