最終更新日

text-decoration-skipプロパティ

text-decoration-skipは、装飾線を引かない対象を指定するプロパティです。

複数の値を組み合わせて指定することも可能です。その場合は、半角スペースで区切って列挙します。

以下は、関連プロパティです。

text-decoration
text-decoration-color
text-decoration-style
text-decoration-line

CSS3での変更点
・text-decoration-skipは、CSS3から新しく追加されたプロパティです。
初期値 適用先 継承
objects すべての要素 あり
説明
objects オブジェクト(初期値
spaces 空白
ink 書体の上
edges コンテンツの開始端と終了端
none 対象なし
サンプルコード
text-decoration-skip: objects;
text-decoration-skip: spaces;
text-decoration-skip: ink;
text-decoration-skip: edges;
text-decoration-skip: none;
text-decoration-skip: objects spaces;
text-decoration-skip: objects spaces ink edges;
参考文献:CSS Text Level 3外部リンク
HOME
当サイトの活動をサポートしてみませんか?気軽にクリエイターの支援ができます。