-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat(dom): Create mdc-dom
package with Element.matches()
ponyfill
#3515
Conversation
This reverts commit 1083dac.
Codecov Report
@@ Coverage Diff @@
## master #3515 +/- ##
==========================================
+ Coverage 98.4% 98.41% +<.01%
==========================================
Files 119 120 +1
Lines 5028 5033 +5
Branches 618 621 +3
==========================================
+ Hits 4948 4953 +5
Misses 80 80
Continue to review full report at Codecov.
|
This reverts commit 3b06e4c.
All 389 screenshot tests passed for commit 91a61c1 vs. |
All 389 screenshot tests passed for commit b4c9249 vs. |
All 389 screenshot tests passed for commit 06dd7d6 vs. |
…/material-components-web into feat/dom/new-package
This reverts commit 1b6432e.
All 389 screenshot tests passed for commit dd5ebe5 vs. |
Will be used by #3413 and eventually other packages (e.g., for
Element.closest()
ponyfill)Refs #1104