Skip to content

Commit cd47f7b

Browse files
committed
[css-fonts-3][css-fonts-4] letter-spacing disables optional ligatures. w3c#2644
A non-default value for letter-spacing should disable all optional ligatures, not just common ligatures. Defer to css-text for optional ligature definition.
1 parent d031093 commit cd47f7b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

css-fonts-3/Fonts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4975,7 +4975,7 @@ <h3 id=feature-precedence><span class=secno>7.2. </span>Feature precedence</h3>
49754975
title="font-feature-settings!!property"><code
49764976
class=property>font-feature-settings</code></a>. For example, setting
49774977
a non-default value for the ‘<code
4978-
class=property>letter-spacing</code>’ property disables common
4978+
class=property>letter-spacing</code>’ property disables optional
49794979
ligatures.
49804980

49814981
<li>Font features implied by the value of <a

css-fonts-3/Fonts.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3719,7 +3719,7 @@ <h3 id="feature-precedence">Feature precedence</h3>
37193719
<li>Feature settings determined by properties other than
37203720
<span title="font-variant!!property">'font-variant'</span> or
37213721
<span title="font-feature-settings!!property">'font-feature-settings'</span>. For example, setting a
3722-
non-default value for the 'letter-spacing' property disables common ligatures.</li>
3722+
non-default value for the 'letter-spacing' property disables optional ligatures.</li>
37233723

37243724
<li>Font features implied by the value of <span title="font-feature-settings!!property">'font-feature-settings'</span> property.</li>
37253725
</ol>

css-fonts-3/Overview-wip.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3554,7 +3554,7 @@ text run.
35543554
<li>Feature settings determined by properties other than
35553555
'font-variant' or
35563556
'font-feature-settings'. For example, setting a
3557-
non-default value for the 'letter-spacing' property disables common ligatures.
3557+
non-default value for the 'letter-spacing' property disables optional ligatures.
35583558

35593559
<li>Font features implied by the value of 'font-feature-settings' property.
35603560
</ol>

css-fonts-3/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4977,7 +4977,7 @@ <h3 id=feature-precedence><span class=secno>7.2. </span>Feature precedence</h3>
49774977
title="font-feature-settings!!property"><code
49784978
class=property>font-feature-settings</code></a>. For example, setting
49794979
a non-default value for the ‘<code
4980-
class=property>letter-spacing</code>’ property disables common
4980+
class=property>letter-spacing</code>’ property disables optional
49814981
ligatures.
49824982

49834983
<li>Font features implied by the value of <a

css-fonts-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5050,7 +5050,7 @@ text run.
50505050

50515051
11. Feature settings determined by properties other than 'font-variant!!property' or
50525052
'font-feature-settings!!property' are applied. For example, setting a
5053-
non-default value for the 'letter-spacing' property disables common ligatures.
5053+
non-default value for the 'letter-spacing' property disables optional ligatures.
50545054

50555055
12. Font variations implied by the value of the 'font-variation-settings!!property' property are applied.
50565056
These values should be clamped to the values that are supported by the font.

0 commit comments

Comments
 (0)