We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.15.3-0
HTMLElement.matches needs to be vendor-prefixed to HTMLElement.msMatchesSelector in IE11.
HTMLElement.matches
HTMLElement.msMatchesSelector
card breakfast
It should not throw exceptions.
[Bug]
The text was updated successfully, but these errors were encountered:
matches
compulim
Successfully merging a pull request may close this issue.
Screenshots
Version
4.15.3-0
Describe the bug
HTMLElement.matches
needs to be vendor-prefixed toHTMLElement.msMatchesSelector
in IE11.Steps to reproduce
card breakfast
Expected behavior
It should not throw exceptions.
Additional context
[Bug]
The text was updated successfully, but these errors were encountered: