属性名 | 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 にします。 |