Typographical Values
TEI encoding we use for semantically significant typographical features, with their CSS equivalents.
| Value | TEI | CSS equivalent |
|---|---|---|
| italics | <hi rend="italic"> |
@style="font-style:italic" |
| small caps | <hi rend="smallcaps"> |
@style="font-variant:small-caps" |
| strike through | <hi rend="strikethrough"> |
@style="text-decoration:line-through" |
| subscript | <hi rend="subscript"> |
<sub> |
| superscript | <hi rend="superscript"> |
<sup> |
| underline | <hi rend="underline"> |
@style="text-decoration:underline" |
