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

Self-Closing Tags break IE8 #209

Closed
saschamt opened this issue Apr 28, 2014 · 4 comments
Closed

Self-Closing Tags break IE8 #209

saschamt opened this issue Apr 28, 2014 · 4 comments

Comments

@saschamt
Copy link

<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!

@jessekeyes
Copy link

Dug around and it looks like this can be solved via CSS like so:
svg * { display:block; }
or you can be specific with "path". Basically, this is aping HTML5 explicit declarations.

@GreLI
Copy link
Member

GreLI commented Oct 29, 2014

Unfortunately, IE isn't the only issue. I had bug in Safari with <use /> tag as well. (<use></use> was ok).

@GreLI
Copy link
Member

GreLI commented Feb 23, 2016

#396 addresses this issue.

@GreLI GreLI closed this as completed Feb 23, 2016
@ArmorDarks
Copy link

Just for those who will land in this issue from Google, another way to fix it posted here: Financial-Times/ft-origami#66 (comment)

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

4 participants