The font-style type represents a simplified version of the CSS font-style property. |
Attribute | font/@font-style |
<xs:simpleType name="font-style"> <xs:annotation> <xs:documentation>The font-style type represents a simplified version of the CSS font-style property.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="normal"/> <xs:enumeration value="italic"/> </xs:restriction> </xs:simpleType> |