Skip to content

Commit 427002f

Browse files
committed
[css-fonts-4] ffs & fvs computed value sorted on code unit, w3c#8450
1 parent dfd8b9b commit 427002f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

css-fonts-4/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6151,10 +6151,14 @@ If the value is omitted, a value of 1 is assumed.
61516151
of font-feature-settings is a map,
61526152
so any duplicates in the specified value
61536153
must not be preserved.
6154-
If the same axis name appears more than once,
6154+
If the same feature tag appears more than once,
61556155
the value associated with the last appearance supersedes
61566156
any previous value for that axis.</p>
61576157

6158+
<p id="ffs-sorted">The computed value contains the de-duplicated feature tags,
6159+
sorted in ascending order by [=code unit=].
6160+
</p>
6161+
61586162
<div class="example" id="ex-font-feature-settings-map">
61596163
<pre>
61606164
font-feature-settings: "sinf" 1; /* sinf=1 enable Scientific Inferiors */
@@ -6759,6 +6763,9 @@ the opposite direction to CSS.
67596763

67606764
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.
67616765

6766+
<p id="fvs-sorted">The computed value contains the de-duplicated axis names,
6767+
sorted in ascending order by [=code unit=].</p>
6768+
67626769
Although specifically defined for OpenType / TrueType variations,
67636770
variation axes for other modern font formats that support font variations
67646771
might be added in the future.

0 commit comments

Comments
 (0)