scope

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

Source

<xs:attribute name="scope" type="tei:data.enumerated">
  <xs:annotation>
    <xs:documentation>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:attribute>

Sample