style-type
Style Type
Description or explanation of the stylistic difference being recorded (for example, illuminated letters, drop cap).
Remarks
This attribute can be used to name the specific formatting marked with a <styled-content> element that records non-standard styling information.
Used on Element: <styled-content>
Value | Meaning |
---|---|
Text, numbers, or special characters | Name or description for the stylistic type, for example, “green background”. |
Restriction | @style-type is an optional attribute; there is no default. |
Example
...
<p><styled-content specific-use="print" style-type="drop cap">D</styled-content>etecting
pancreatic cancer in its early stages is complicated ...</p>
...