chrsan/css-selectors

DOMNodeSelector#DOMNodeSelector should return List

Closed this issue · 1 comments

This implementation uses HashedLinkLIst which preserves order. In generally, Set does not assure ordered. It makes confusing.

So DOMNodeSelector#DOMNodeSelector should be changed to return List instead of Set.

It does in the new 2.0 version just released.