Skip to content

Commit

Permalink
[css-fonts-3][css-fonts-4] letter-spacing disables optional ligatures.
Browse files Browse the repository at this point in the history
…#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.
  • Loading branch information
bungeman committed Dec 11, 2018
1 parent d031093 commit cd47f7b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion css-fonts-3/Fonts.html
Expand Up @@ -4975,7 +4975,7 @@ <h3 id=feature-precedence><span class=secno>7.2. </span>Feature precedence</h3>
title="font-feature-settings!!property"><code
class=property>font-feature-settings</code></a>. For example, setting
a non-default value for the ‘<code
class=property>letter-spacing</code>’ property disables common
class=property>letter-spacing</code>’ property disables optional
ligatures.

<li>Font features implied by the value of <a
Expand Down
2 changes: 1 addition & 1 deletion css-fonts-3/Fonts.src.html
Expand Up @@ -3719,7 +3719,7 @@ <h3 id="feature-precedence">Feature precedence</h3>
<li>Feature settings determined by properties other than
<span title="font-variant!!property">'font-variant'</span> or
<span title="font-feature-settings!!property">'font-feature-settings'</span>. For example, setting a
non-default value for the 'letter-spacing' property disables common ligatures.</li>
non-default value for the 'letter-spacing' property disables optional ligatures.</li>

<li>Font features implied by the value of <span title="font-feature-settings!!property">'font-feature-settings'</span> property.</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion css-fonts-3/Overview-wip.bs
Expand Up @@ -3554,7 +3554,7 @@ text run.
<li>Feature settings determined by properties other than
'font-variant' or
'font-feature-settings'. For example, setting a
non-default value for the 'letter-spacing' property disables common ligatures.
non-default value for the 'letter-spacing' property disables optional ligatures.

<li>Font features implied by the value of 'font-feature-settings' property.
</ol>
Expand Down
2 changes: 1 addition & 1 deletion css-fonts-3/Overview.html
Expand Up @@ -4977,7 +4977,7 @@ <h3 id=feature-precedence><span class=secno>7.2. </span>Feature precedence</h3>
title="font-feature-settings!!property"><code
class=property>font-feature-settings</code></a>. For example, setting
a non-default value for the ‘<code
class=property>letter-spacing</code>’ property disables common
class=property>letter-spacing</code>’ property disables optional
ligatures.

<li>Font features implied by the value of <a
Expand Down
2 changes: 1 addition & 1 deletion css-fonts-4/Overview.bs
Expand Up @@ -5050,7 +5050,7 @@ text run.

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

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

1 comment on commit cd47f7b

@svgeesus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I re-applied these edits to files which had been overwritten

Please sign in to comment.