CSS - text-emphasis
概要
属性名 | text-emphasis |
---|---|
値 | <'text-emphasis-style'> || <'text-emphasis-color'> |
初期値 | 個々のプロパティを参照 |
適用可能要素 | 個々のプロパティを参照 |
継承 | 個々のプロパティを参照 |
サポート | https://caniuse.com/?search=text-emphasis |
説明
テキストの上部に注意すべき箇所であることを示す圏点(けんてん)に関して、text-emphasis-style と text-emphasis-color の値をまとめて指定します。text-emphasis-position を指定することはできません。
使用例
CSS
.filled-circle-red { font-size: 20pt; text-emphasis: filled circle red; }
HTML
<span class="filled-circle-red">いろは</span>
表示
いろは
関連項目
text-emphasis-style, text-emphasis-color, text-emphasis-positionリンク
- https://developer.mozilla.org/ja/docs/Web/CSS/text-emphasis
- https://drafts.csswg.org/css-text-decor/#text-emphasis-property
Copyright (C) 1997-2022 杜甫々
初版:1997年7月27日、最終更新:2022年7月31日
https://www.tohoho-web.com/css/prop/text-emphasis.htm