From 3a2d1ef5a5c81ac6cb8dc25427cb1cfb4fc0b9d5 Mon Sep 17 00:00:00 2001 From: Aura Herrero Ruiz <95187075+AuraHerreroRuiz@users.noreply.github.com> Date: Fri, 27 Mar 2026 17:10:53 +0100 Subject: [PATCH] Fix typo in pseudo-classes.md --- docs/src/markdown/selectors/pseudo-classes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/markdown/selectors/pseudo-classes.md b/docs/src/markdown/selectors/pseudo-classes.md index 9958bff..e057a81 100644 --- a/docs/src/markdown/selectors/pseudo-classes.md +++ b/docs/src/markdown/selectors/pseudo-classes.md @@ -1707,7 +1707,7 @@ While the level 4 specifications state that [compound](#compound-selector) selec Selects elements that contain the provided text. Text can be found in either itself, or its descendants. Originally, there was a pseudo-class called `:contains()` that was originally included in a [CSS early draft][contains-draft], -but was dropped from the draft in the end. Soup Sieve implements it how it was originally proposed accept for two +but was dropped from the draft in the end. Soup Sieve implements it how it was originally proposed except for two differences: it is called `:-soup-contains()` instead of `:contains()`, and it can accept either a single value, or a comma separated list of values. An element needs only to match at least one of the items in the comma separated list to be considered matching.