This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around busted IE MutationObserver.
Setting innerHTML in IE 11 will result in removedNodes that are always childless. This leaves no way for the CustomElements observer to call those detachedCallbacks. Work around funky XML Namespace for unknown elements in IE Last commit needed for passing tests in IE 11 Work around lack of prototype swizzling in IE 10 customMixin should stop on HTMLElement prototype With be729c3, no call to customMixin will have HTMLUnknownElement.prototype in the chain, only HTMLElement.prototype
- Loading branch information
Showing
3 changed files
with
93 additions
and
64 deletions.
There are no files selected for viewing
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 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 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