letter-spacing

The letter-spacing attribute specifies text tracking. Values are either "normal" or a number representing the number of ems to add between each letter. The number may be negative in order to subtract space. The default is normal, which allows flexibility of letter-spacing for purposes of text justification.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
letter-spacing number-or-normal optional

Used By

Attribute Group text-formatting
Complex Type text-element-data

Source

<xs:attributeGroup name="letter-spacing">
  <xs:annotation>
    <xs:documentation>The letter-spacing attribute specifies text tracking. Values are either "normal" or a number representing the number of ems to add between each letter. The number may be negative in order to subtract space. The default is normal, which allows flexibility of letter-spacing for purposes of text justification.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="letter-spacing" type="number-or-normal"/>
</xs:attributeGroup>