File tree Expand file tree Collapse file tree
docs/src/markdown/selectors Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1707,7 +1707,7 @@ While the level 4 specifications state that [compound](#compound-selector) selec
17071707Selects elements that contain the provided text. Text can be found in either itself, or its descendants.
17081708
17091709Originally, there was a pseudo-class called ` :contains() ` that was originally included in a [ CSS early draft] [ contains-draft ] ,
1710- but was dropped from the draft in the end. Soup Sieve implements it how it was originally proposed accept for two
1710+ but was dropped from the draft in the end. Soup Sieve implements it how it was originally proposed except for two
17111711differences: it is called ` :-soup-contains() ` instead of ` :contains() ` , and it can accept either a single value, or a
17121712comma separated list of values. An element needs only to match at least one of the items in the comma separated list to
17131713be considered matching.
You can’t perform that action at this time.
0 commit comments