::target-text
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。
::target-text
は CSS の擬似要素で、ブラウザーが scroll-to-text フラグメントに対応している場合にスクロール先のテキストを表します。これによって、節のテキストを強調表示させることができます。
css
::target-text {
background-color: pink;
}
構文
Error: could not find syntax for this item
例
scroll-to-text を強調表示
css
::target-text {
background-color: rebeccapurple;
color: white;
}
この CSS を確認するには、 scroll-to-text demo へのリンクを辿ってください。
仕様書
Specification |
---|
CSS Pseudo-Elements Module Level 4 # selectordef-target-text |
ブラウザーの互換性
BCD tables only load in the browser