scope

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

Attribute Information

Used By

Element tei:rendition

Source

<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>

Sample