-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Self-Closing Tags break IE8 #209
Comments
Dug around and it looks like this can be solved via CSS like so: |
Unfortunately, IE isn't the only issue. I had bug in Safari with |
#396 addresses this issue. |
Just for those who will land in this issue from Google, another way to fix it posted here: Financial-Times/ft-origami#66 (comment) |
<path ... />
sometimes breaks proper parsing in Internet Explorer 8. Would be awesome if that would be optional. Using<path></path>
works nicely.Keep up the great work!
The text was updated successfully, but these errors were encountered: