A Selector which describes an area of interest in another thing which matches an exact string.

To disambiguate multiple potential matches, one can also specify text which prefixes and suffixes the match. Text is matched based on Unicode scalar values and is encoding‐agnostic. Text matching must follow the logical, not rendered, order of the text. Text must be normalized to plaintext before matching; this selector does not match markup. In X·M·L and H·T·M·L, that means it selects only on the sequence of text nodes in the document, in document order, after all entities have been expanded.

If there are multiple matches, even after taking into account any prefix or suffix, then this selector selects all of them.

1 1 1