Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Traversing: Fix `contents()` on `<object>`s with children in IE
The original fix didn't account for the fact that in IE `<object>` elements with no `data` attribute have an object `contentDocument`. The fix leverages the fact that this special object has a null prototype. (cherry-picked from ccbd6b9) Closes gh-4390 Ref gh-4384 Ref gh-4385
- Loading branch information