Answers for "selector text content"

CSS
1

css selector with text content

If I read the specification correctly, no.

You can match on an element, the name of an attribute in the element, and the value of a named attribute in an element. I don't see anything for matching content within an element, though.
Posted by: Guest on May-07-2021

Browse Popular Code Answers by Language