@@ -145,7 +145,7 @@ the 'size-adjust' descriptor</h3>
145145
146146 <pre class='descdef'>
147147 Name : size-adjust
148- Value : normal | <<percentage>>
148+ Value : normal | <<percentage [0,Infinity] >>
149149 For : @font-face
150150 Initial : normal
151151 </pre>
@@ -182,21 +182,21 @@ the 'ascent-override', 'descent-override', and 'line-gap-override' descriptors</
182182
183183<pre class='descdef'>
184184Name : ascent-override
185- Value : normal | <<percentage>>
185+ Value : normal | <<percentage [0,Infinity] >>
186186For : @font-face
187187Initial : normal
188188</pre>
189189
190190<pre class='descdef'>
191191Name : descent-override
192- Value : normal | <<percentage>>
192+ Value : normal | <<percentage [0,Infinity] >>
193193For : @font-face
194194Initial : normal
195195</pre>
196196
197197<pre class='descdef'>
198198Name : line-gap-override
199- Value : normal | <<percentage>>
199+ Value : normal | <<percentage [0,Infinity] >>
200200For : @font-face
201201Initial : normal
202202</pre>
@@ -213,7 +213,7 @@ which results in different text layouts.
213213
214214For the 'ascent-override' , 'descent-override' and 'line-gap-override' descriptors, when the
215215descriptor value is a percentage, the corresponding metric value is resolved as the
216- given percentage multiplied by the used font size. Negative values are invalid at parse time.
216+ given percentage multiplied by the used font size.
217217
218218None of these descriptors affect the calculation of
219219<a href="https://drafts.csswg.org/css-values-4/#font-relative-lengths">Font-relative Lengths</a> .
@@ -302,14 +302,14 @@ Issue(5518):
302302
303303 <pre class='descdef'>
304304 Name : superscript-size-override
305- Value : normal | <<percentage>>
305+ Value : normal | <<percentage [0,Infinity] >>
306306 For : @font-face
307307 Initial : normal
308308 </pre>
309309
310310 <pre class='descdef'>
311311 Name : subscript-size-override
312- Value : normal | <<percentage>>
312+ Value : normal | <<percentage [0,Infinity] >>
313313 For : @font-face
314314 Initial : normal
315315 </pre>
0 commit comments