Skip to content

Commit 6e58841

Browse files
author
Litherum
committed
[css-fonts-4] font-variation-settings and font-feature-settings what should be returned for getComputedValue
#1959
1 parent a0f4a22 commit 6e58841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-fonts-3/Fonts.src.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4174,7 +4174,7 @@ <h3 id="font-feature-settings-prop">Low-level font feature settings control: the
41744174
</p>
41754175

41764176
<p id="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>
41784178

41794179
<pre>
41804180
font-feature-settings: "dlig" 1; /* dlig=1 enable discretionary ligatures */

css-fonts-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3262,7 +3262,7 @@ are clamped to the closest value supported by the font.
32623262

32633263
Values are allowed to be fractional or negative.
32643264

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.
32663266

32673267
Although specifically defined for OpenType / TrueType variations,
32683268
variation axes for other modern font formats that support font variations

0 commit comments

Comments
 (0)