The directionality of textual content (enumeration: ltr, rtl) |
Attribute Group | i18nAttributes |
<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> |