Skip to content

Commit cb2aec3

Browse files
committed
Change NUMBER to <integer> in Fonts 4, for #1127
1 parent 152d48e commit cb2aec3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css-fonts-4/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -330,19 +330,19 @@ Inherited: yes
330330
Percentages: n/a
331331
Computed value: numeric weight value (see description)
332332
Media: visual
333-
Animatable: As <<number>>
333+
Animatable: As <<integer>>
334334
</pre>
335335

336336
The 'font-weight' property specifies the weight of glyphs in the font, their degree of blackness or stroke thickness.
337337

338338
This property accepts values of the following:
339339

340-
<pre class="prod"><dfn id="font-weight-absolute-values">&lt;font-weight-absolute&gt;</dfn> = [normal | bold | <<number>>]</pre>
340+
<pre class="prod"><dfn id="font-weight-absolute-values">&lt;font-weight-absolute&gt;</dfn> = [normal | bold | <<integer>>]</pre>
341341

342342
Values have the following meanings:
343343

344344
<dl dfn-for=font-weight dfn-type=value>
345-
<dt id="font-weight-numeric-values"><dfn><<number>></dfn>
345+
<dt id="font-weight-numeric-values"><dfn><<integer>></dfn>
346346
<dd>
347347
These values form an ordered sequence, where each number indicates a weight that is
348348
at least as dark as its predecessor. Only values greater than or equal to 1, and less than or equal to 1000, are valid, and all other values are treated as parse errors. Certain numeric values correspond to the commonly used weight names below (Note that a font might internally provide its own mappings, but those mappings within the font are disregarded):
@@ -462,7 +462,7 @@ Inherited: yes
462462
Percentages: Not resolved.
463463
Computed value: As specified
464464
Media: visual
465-
Animatable: As <<number>>
465+
Animatable: As <<integer>>
466466
</pre>
467467

468468
The 'font-stretch' property selects a normal,
@@ -780,14 +780,14 @@ Relative sizing: the 'font-size-adjust' property</h3>
780780

781781
<pre class="propdef">
782782
Name: font-size-adjust
783-
Value: none | <<number>>
783+
Value: none | <<integer>>
784784
Initial: none
785785
Applies to: all elements
786786
Inherited: yes
787787
Percentages: N/A
788788
Computed value: as specified
789789
Media: visual
790-
Animatable: as <<number>>
790+
Animatable: as <<integer>>
791791
</pre>
792792

793793
For any given font size, the apparent size and legibility of text
@@ -1948,7 +1948,7 @@ For: @font-face
19481948

19491949
<pre class='descdef'>
19501950
Name: font-variation-settings
1951-
Value: normal | [ <<string>> <<number>>] #
1951+
Value: normal | [ <<string>> <<integer>>] #
19521952
Initial: normal
19531953
For: @font-face
19541954
</pre>
@@ -2929,7 +2929,7 @@ Low-level font variation settings control: the 'font-variation-settings' propert
29292929

29302930
<pre class="propdef">
29312931
Name: font-variation-settings
2932-
Value: normal | [ <<string>> <<number>>] #
2932+
Value: normal | [ <<string>> <<integer>>] #
29332933
Initial: normal
29342934
Applies to: all elements
29352935
Inherited: yes

0 commit comments

Comments
 (0)