css selector not has child

Developer from somewhere

Example for selecting a’s that don’t have img as children:

table:nth-of-type(14) td:nth-of-type(2) > a:not(:has(>img))