isSuperselector method
Whether this is a superselector of other
.
That is, whether this matches every element that other
matches, as well
as possibly additional elements.
Implementation
bool isSuperselector(SelectorList other) =>
listIsSuperselector(components, other.components);