Skip to content

Commit 4e7de0f

Browse files
author
Litherum
committed
[css-fonts-4] [editorial] Duplicate entries in "Feature and variation precedence"
w3c#2219
1 parent 6e58841 commit 4e7de0f

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2985,28 +2985,25 @@ text run.
29852985
implied by the 'font-variation-settings!!descriptor' descriptor in the ''@font-face'' rule.
29862986

29872987
4. If the font is defined via an ''@font-face'' rule, the font features
2988-
implied by the 'font-feature-settings' descriptor in the ''@font-face'' rule.
2989-
2990-
5. If the font is defined via an ''@font-face'' rule, the font features
29912988
implied by the 'font-feature-settings!!descriptor' descriptor in the ''@font-face'' rule.
29922989

2993-
6. Font variations implied by the value of the 'font-optical-sizing!!property' property.
2990+
5. Font variations implied by the value of the 'font-optical-sizing!!property' property.
29942991

2995-
7. Font features implied by the value of the 'font-variant!!property' property,
2992+
6. Font features implied by the value of the 'font-variant!!property' property,
29962993
the related 'font-variant!!property' subproperties and any other CSS property
29972994
that uses OpenType features (e.g. the 'font-kerning!!property' property).
29982995

29992996
<!-- other CSS props override 'font-variant' but not 'font-feature-settings' -->
30002997
<!-- http://lists.w3.org/Archives/Public/www-style/2013Aug/0110.html -->
30012998

3002-
8. Feature settings determined by properties other than 'font-variant!!property' or
2999+
7. Feature settings determined by properties other than 'font-variant!!property' or
30033000
'font-feature-settings!!property'. For example, setting a
30043001
non-default value for the 'letter-spacing' property disables common ligatures.
30053002

3006-
9. Font variations implied by the value of the 'font-variation-settings!!property' property.
3003+
8. Font variations implied by the value of the 'font-variation-settings!!property' property.
30073004
These values should be clamped to the values that are supported by the font.
30083005

3009-
10. Font features implied by the value of 'font-feature-settings!!property' property.
3006+
9. Font features implied by the value of 'font-feature-settings!!property' property.
30103007

30113008
This ordering allows authors to set up a general set of defaults
30123009
for fonts within their ''@font-face'' rules, then override them with

0 commit comments

Comments
 (0)