CSS - text-decoration-skip
概要
属性名 | text-decoration-skip |
---|---|
値 | none | auto |
初期値 | none |
適用可能要素 | すべての要素 |
継承 | する |
サポート | https://caniuse.com/mdn-css_properties_text-decoration-skip |
説明
テキストの装飾線 (上線、下線、打消し線) のスキップ方式を指定します。サブプロパティ (text-decoration-skip-self, text-decoration-skip-box, text-decoration-skip-inset, text-decoration-skip-spaces, text-decoration-skip-ink) の値を一度に指定します。Safari 12.1 以降のみがサポートしています。Chrome 57 でサポートされましたが、Chrome 64 でサポートが中止されました。代わりに text-decoration-skip-ink が使用されます。
値 | 説明 |
---|---|
none | すべてのサブプロパティの値を none にします。 |
auto | すべてのサブプロパティの値を auto にします。 |
関連項目
text-decoration-skip-inkリンク
- https://developer.mozilla.org/ja/docs/Web/CSS/text-decoration-skip
- https://drafts.csswg.org/css-text-decor-4/#text-decoration-skipping
Copyright (C) 2022 杜甫々
初版:2022年7月31日、最終更新:2022年7月31日
https://www.tohoho-web.com/css/prop/text-decoration-skip.htm