line-height

The line-height attribute specifies text leading. Values are either "normal" or a number representing the percentage of the current font height to use for leading. The default is "normal". The exact normal value is implementation-dependent, but values between 100 and 120 are recommended.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
line-height number-or-normal optional

Used By

Attribute Group text-formatting

Source

<xs:attributeGroup name="line-height">
  <xs:annotation>
    <xs:documentation>The line-height attribute specifies text leading. Values are either "normal" or a number representing the percentage of the current font height to use for leading. The default is "normal". The exact normal value is implementation-dependent, but values between 100 and 120 are recommended.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="line-height" type="number-or-normal"/>
</xs:attributeGroup>