This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat(dom): Create mdc-dom
package with Element.matches()
ponyfill
#3515
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
kfranqueiro
approved these changes
Sep 5, 2018
…/material-components-web into feat/dom/new-package
This reverts commit 1b6432e.
All 389 screenshot tests passed for commit dd5ebe5 vs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Will be used by #3413 and eventually other packages (e.g., for
Element.closest()
ponyfill)Refs #1104