Skip to content

Commit 713cc55

Browse files
committed
Add a new pseudo element search-text
1 parent 7a3be3b commit 713cc55

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css-pseudo-4/Overview.bs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ Styling the First-Letter Pseudo-elements</h4>
570570
Highlight Pseudo-elements</h2>
571571

572572
<h3 id="highlight-selectors">
573-
Selecting Highlighted Content: the ''::selection'', ''::target-text'', ''::spelling-error'', and ''::grammar-error'' pseudo-elements</h3>
573+
Selecting Highlighted Content</h3>
574574

575575
The <dfn export lt="highlight pseudo-element">highlight pseudo-elements</dfn>
576576
represent portions of a document that have been given a particular status
@@ -641,6 +641,12 @@ Selecting Highlighted Content: the ''::selection'', ''::target-text'', ''::spel
641641
css/css-pseudo/grammar-error-002-manual.html
642642
css/css-pseudo/grammar-error-003-manual.html
643643
</wpt>
644+
645+
<dt><dfn>::search-text</dfn>
646+
<dd>
647+
The ''::search-text'' pseudo-element represents
648+
texts that are the results shown when using the user agent’s find-in-page feature.
649+
644650
</dl>
645651

646652
The <a>highlight pseudo-elements</a>

0 commit comments

Comments
 (0)