-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Element.matches(selectors) seeming typo / missing step #921
Comments
Oops, thanks @domenic, I need to stop logging issues after a day of staring at specs. Makes sense now why my "search" in GH issues on "matches" didn't yield any of the expected results :-) |
annevk
added a commit
that referenced
this issue
Nov 11, 2020
It needs to pass this rather than an undefined variable. Also clean up the algorithm a bit. Fixes #921.
annevk
added a commit
that referenced
this issue
Jan 19, 2021
It needs to pass this rather than an undefined variable. Also clean up the algorithm a bit. Fixes #921.
annevk
added a commit
that referenced
this issue
Jan 19, 2021
It needs to pass this rather than an undefined variable. Also clean up the algorithm a bit. Fixes #921.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the definition of
Element.matches(selectors)
, element from step 3 has not previously defined. Probably should be replaced withthis
?The text was updated successfully, but these errors were encountered: