underline-style
Appearance of the Underline (下線の外観)
使用される下線の外観 (たとえば、“single”、“double”、“dashed”)。
備考
この属性は、出版者が情報を提供したときにその情報を保持するために追加されました。属性を使用しても、要求された書式が表示されるとは保証されません。
次の要素に使用: <underline>
値 | 意味 |
---|---|
文字、数字または特殊文字 | 要求された下線の外観; たとえば、“double” は、その下線が間隔の狭い 2 本の線からなることを示す。 |
制限 | @underline-style は任意属性です; 既定値はありません。 |
用例
... <p>In accounting, a single underline denotes a subtotal (e.g., <underline underline-style="single">$483.20</underline>); a grand total is designated by a double underline (e.g., <underline underline-style="double">$1,294.68</underline>).</p> ...