Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix moveBefore feature detection (#32087)
`moveBefore` was moved to the `ParentNode` mixin as per whatwg/dom#1307 (comment) _(and was committed in whatwg/dom@3f3e94c5beda922962dacaeb606087f57bd7f7be)_ As a result, its existence can no longer be checked on `Node.prototype` but must be checked in `Element.prototype`
- Loading branch information