Skip to content
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

Patch IE10/11 self-closed tags when loading iframe #145

Closed
kimtuck opened this issue Nov 11, 2016 · 1 comment
Closed

Patch IE10/11 self-closed tags when loading iframe #145

kimtuck opened this issue Nov 11, 2016 · 1 comment

Comments

@kimtuck
Copy link

kimtuck commented Nov 11, 2016

When loading the iframe, IE10/11 is handled specially. If the document being loaded has self-closing tags, then when the content is converted to text and then loaded into the iframe, the DOM is incorrectly rendered by the browser.

The fix is to replace self-closed tags with properly closed tags.

@danielweck
Copy link
Member

duplicate?
#136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants