diff --git a/css-fonts-5/Overview.bs b/css-fonts-5/Overview.bs index 7732a44a4bff..b4d7329c3678 100644 --- a/css-fonts-5/Overview.bs +++ b/css-fonts-5/Overview.bs @@ -184,21 +184,21 @@ the 'ascent-override', 'descent-override', and 'line-gap-override' descriptors
Name: ascent-override - Value: normal | <> + Value: [ normal | < > ]{1,2} For: @font-face Initial: normal
Name: descent-override - Value: normal | <> + Value: [ normal | < > ]{1,2} For: @font-face Initial: normal
Name: line-gap-override - Value: normal | <@@ -208,6 +208,9 @@ the 'ascent-override', 'descent-override', and 'line-gap-override' descriptors descent metric, and line gap metric of the font, respectively. + The first value provides the value for the x axis, + and the second value provides the value for the y axis + (defaulting to ''ascent-override/normal'' if omitted).> + Value: [ normal | < > ]{1,2} For: @font-face Initial: normal
Name: superscript-position-override - Value: normal | from-font | <> + Value: [ normal | from-font | < > ]{1,2} For: @font-face Initial: normal
Name: subscript-position-override - Value: normal | from-font | <> + Value: [ normal | from-font | < > ]{1,2} For: @font-face Initial: normal
Name: superscript-size-override - Value: normal | from-font | <> + Value: [ normal | from-font | < > ]{1,2} For: @font-face Initial: normal
Name: subscript-size-override - Value: normal | from-font | <@@ -321,6 +328,9 @@ the 'superscript-position-override', 'subscript-position-override','superscript- specify the superscript offset, subscript offset, superscript size, and subscript size metrics of the font, respectively, which are used to synthesize glyphs when required by 'font-variant-position'. + The first value provides the value for the x axis, + and the second value provides the value for the y axis + (defaulting to the first value if omitted).> + Value: [ normal | from-font | < > ]{1,2} For: @font-face Initial: normal