where CSS is used, provides a way of defining pseudo-elements, that is, styling rules applicable to specific sub-portions of an element. Sample values include: 1] first-line; 2] first-letter; 3] before; 4] after |
Element | tei:rendition |
<xs:attribute name="scope"> <xs:annotation> <xs:documentation>where CSS is used, provides a way of defining pseudo-elements, that is, styling rules applicable to specific sub-portions of an element. Sample values include: 1] first-line; 2] first-letter; 3] before; 4] after</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/> </xs:restriction> </xs:simpleType> </xs:attribute> |