Select a node that isn't part of a way in MapCSS

With MapCSS, how do I select a node that isn’t part of a way?

For example, with

way > node[highway = traffic_signals]

I can select the traffic_signals nodes that are connected to a way, but how do I invert this? (with this example, it should select traffic_signals that aren’t connected to a way)