-
Notifications
You must be signed in to change notification settings - Fork 28
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
tags.lisp: Added SVG tags to *html5-elements* #94
Conversation
Could you fix the whitespace change to Also, I'm curious, how well does this actually work? I was under the impression embedded SVG had to use XML syntax, which is not exactly what Spinneret produces. Are there any issues with SVG attributes? |
The added whitespace at The output spinneret generates is rendered exactly as shown in the codepen. Hamburger-menu
And the css:
|
Apparently tags from the math and svg namespace don't have to be self-closing, so the output generated by spinneret is totally fine. Neither Firefox nor Chromium complain. |
All obsolete and deprecated SVG-tags have been removed from the tags that were added.
|
extended *permitted-attributes* for common SVG use cases;
Spinneret screams at me when I work with SVG files.
I also added every SVG element listed here https://developer.mozilla.org/en-US/docs/Web/SVG/Element, so it will be happy forever.