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