👷♂️ Patch fixes
- Fixes problem related to invalid pseudo query selectors matching elements (e.g. ":before" should no match the element) - By @capricorn86 in task #1122
- Adds support for using multiple pseudo query selectors (e.g. ":first-of-type:last-of-type") - By @capricorn86 in task #1122
- Fixes minor typo in
HTMLElementConfig
- By @danbentley in task #1306