Skip to content

[css-pseudo-5] ::text / ::text-node pseudoelement #2208

@Nadya678

Description

@Nadya678

https://drafts.csswg.org/selectors-4/

Please add ::text or ::text-node selector to select all text nodes inside any element
for example for

<p>
   #text1: Here is text
   <span>
      #text2: Here also is text
   </span>
   #text3: Here is second text in the paragraph
</p>

the p::text will select #text1 and #text3 and the pseudoelement can be styled like ::after and ::before (without need to set "content").

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions