minCount is a minimum over matched elements, so it only means something
for a state an element can be matched in. hidden and detached both treat
"there is no such element at all" as a pass on the selector path, which no
minimum count can express — counting would silently redefine them. Those
combinations are rejected by stepShapeError instead.
The DOM states a
minCountwait can count.minCountis a minimum over matched elements, so it only means something for a state an element can be matched in.hiddenanddetachedboth treat "there is no such element at all" as a pass on the selector path, which no minimum count can express — counting would silently redefine them. Those combinations are rejected by stepShapeError instead.