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
svg parsing #79
Comments
|
Likewise for elements that are part of an filter, like |
|
In the last days, I spent several hours beginning to update this module to fully support HTML5. As far as I can tell right now, the whole transition needs at least two weeks of work, which I can't afford to spend right now. For now, this module is only an approximation of the HTML spec. I'm willing to accept pull requests adding more void elements, but I'm aware there will always be unsupported cases. |
|
Please refer to inikulin/parse5 if you need a spec-compliant parser. |
referencing #75 as some basic svg shapes were already added as inline, but the list is rather incomplete. Inline svg is probably going to be a lot more common with increasing browser support. At least
polylineandpolygonare missing, but there might be more. As @fb55 mentioned there are several other issues with changing the inline list, perhaps we can discuss this issue here and come to a more complete fix.The text was updated successfully, but these errors were encountered: