Skip to content

Commit 56a12f3

Browse files
cdoublevsvgeesus
authored andcommitted
[css-fonts-5] Set range for font-size-adjust number
1 parent b444cdf commit 56a12f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-fonts-5/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Relative sizing: the 'font-size-adjust' property</h3>
102102

103103
<pre class="propdef">
104104
Name: font-size-adjust
105-
Value: none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <<number>> ]
105+
Value: none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <<number [0,∞]>> ]
106106
Initial: none
107107
Applies to: all elements and text
108108
Inherited: yes
@@ -179,7 +179,7 @@ Relative sizing: the 'font-size-adjust' property</h3>
179179
If the required font metric cannot be derived from a font,
180180
then that font’s size is not adjusted.
181181

182-
<dt><dfn><<number>></dfn>
182+
<dt><dfn><<number [0,∞]>></dfn>
183183
<dd>
184184
Each font’s [=used value|used=] size is normalized
185185
to match the chosen font metric to

0 commit comments

Comments
 (0)