https://drafts.csswg.org/selectors-4/ Please add `::text` or `::text-node` selector to select all text nodes inside any element for example for ``` #text1: Here is text #text2: Here also is text #text3: Here is second text in the paragraph ``` the `p::text` will select #text1 and #text3 and the pseudoelement can be styled like` ::after` and `::before` (without need to set "content").