- Notifications
You must be signed in to change notification settings - Fork294
Fixing SVG close tag bug#144
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
hoppipolla-critic-bot commentedMar 4, 2014
Critic review:https://critic.hoppipolla.co.uk/r/930 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please donot make in-place history rewrites (e.g. via |
See#221 instead of this, which fixes this as the spec does. |
Fix#144: avoid bogus parse error on camel-case foreign elements
The test fails on current master - I'm new to this library so I may have fixed it in the wrong way or missed other places where it would fail but this solves my problem.