salesforce / kagekiri

Shadow DOM-piercing query APIs for the browser.
BSD 3-Clause "New" or "Revised" License
86 stars 9 forks source link

feat: adding support for element.matches #46

Closed tedconn closed 4 years ago

tedconn commented 4 years ago

With this PR we add support for a shadow piercing Element.matches().

tedconn commented 4 years ago

~Actually I just discovered a bug in this PR. Writing tests for it. Please don't merge.~

All good now

nolanlawson commented 4 years ago

Small nits, otherwise LGTM!