@@ -290,28 +290,28 @@ the 'superscript-position-override', 'subscript-position-override','superscript-
290290
291291 <pre class='descdef'>
292292 Name : superscript-position-override
293- Value : auto | from-font | <<percentage>>
293+ Value : normal | from-font | <<percentage>>
294294 For : @font-face
295295 Initial : normal
296296 </pre>
297297
298298 <pre class='descdef'>
299299 Name : subscript-position-override
300- Value : auto | from-font | <<percentage>>
300+ Value : normal | from-font | <<percentage>>
301301 For : @font-face
302302 Initial : normal
303303 </pre>
304304
305305 <pre class='descdef'>
306306 Name : superscript-size-override
307- Value : auto | from-font | <<percentage [0,Infinity]>>
307+ Value : normal | from-font | <<percentage [0,Infinity]>>
308308 For : @font-face
309309 Initial : normal
310310 </pre>
311311
312312 <pre class='descdef'>
313313 Name : subscript-size-override
314- Value : auto | from-font | <<percentage [0,Infinity]>>
314+ Value : normal | from-font | <<percentage [0,Infinity]>>
315315 For : @font-face
316316 Initial : normal
317317 </pre>
@@ -323,15 +323,15 @@ the 'superscript-position-override', 'subscript-position-override','superscript-
323323 which are used to synthesize glyphs when required by 'font-variant-position' .
324324
325325 <dl dfn-for="superscript-position-override!!descriptor,subscript-position-override!!descriptor,superscript-size-override!!descriptor,subscript-size-override!!descriptor" dfn-type=value>
326- <dt> <dfn>auto </dfn>
326+ <dt> <dfn>normal </dfn>
327327 <dd>
328328 The UA determines what metrics value to use,
329329 whether derived from the font or from some heuristic.
330330
331331 <dt> <dfn>from-font</dfn>
332332 <dd>
333333 The corresponding metric in the font data is used, if any.
334- (If the metric is missing, same as ''superscript-position-override/auto '' .)
334+ (If the metric is missing, same as ''superscript-position-override/normal '' .)
335335
336336 <dt> <dfn><<percentage>></dfn>
337337 <dd>
0 commit comments