hasComplicatedSuperselectorSemantics property
Whether this requires complex non-local reasoning to determine whether it's a super- or sub-selector.
This includes both pseudo-elements and pseudo-selectors that take selectors as arguments.
#nodoc
Implementation
@internal
bool get hasComplicatedSuperselectorSemantics =>
isElement || selector != null;