dir

The directionality of textual content (enumeration: ltr, rtl)

Attribute Information

Used By

Attribute Group i18nAttributes

Source

<xs:attribute name="dir" use="optional">
  <xs:annotation>
    <xs:documentation>The directionality of textual content (enumeration: ltr, rtl)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="ltr"/>
      <xs:enumeration value="rtl"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample