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. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
line-height | number-or-normal | optional |
Attribute Group | text-formatting |
<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> |