hasComplicatedSuperselectorSemantics property

  1. @internal
bool get hasComplicatedSuperselectorSemantics

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 => false;