Skip to content

Commit 604f4bd

Browse files
committed
[css-fonts-4] [varfont] Fix incorrect terminology mistake
1 parent 8f599ea commit 604f4bd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

css-fonts-4/Overview.bs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,13 +1203,13 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
12031203
ASCII characters. axis name strings longer or shorter than four characters,
12041204
or containing characters outside the U+20–7E codepoint range are
12051205
invalid. Axis names need only
1206-
match a feature tag defined in the font, so they are not limited to
1206+
match an axis tag defined in the font, so they are not limited to
12071207
explicitly registered OpenType / TrueType variation axes. Fonts defining custom axis names should follow the
12081208
<a href="https://www.microsoft.com/typography/otspec/fvar.htm">name rules</a>
12091209
defined in the OpenType specification.
12101210

12111211
Axis values not present in the font, or axis values greater or less than the range supported by the font, are ignored and therefore have no effect; a user agent must
1212-
not attempt to synthesize fallback behavior based on these feature tags. Other axis values
1212+
not attempt to synthesize fallback behavior based on these axis tags. Other axis values
12131213
within the same CSS 'font-variation-settings' statement are not ignored.
12141214

12151215
Values are allowed to be fractional or negative.
@@ -1321,8 +1321,13 @@ an emoji font or not, UTR51 defines a the default behavior for a given codepoint
13211321

13221322
<h2 id="acknowledgments">Acknowledgments</h2>
13231323

1324+
The CSS Working group would like to thank:
1325+
1326+
Peter Constable for assorted language fixes.
1327+
13241328
Optical sizing <a href="#optical-size-example">image</a> prepared by Nick Sherman.
13251329

1330+
13261331
<script>
13271332
if ('ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0) {
13281333
var el = document.getElementsByTagName("html")[0];

0 commit comments

Comments
 (0)