-
Notifications
You must be signed in to change notification settings - Fork 19
Use of deprecated xlink prefixed attributes (e.g. xlinkHref instead of href) #22
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
Comments
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it! Here is what to expect next, and if anyone wants to comment, keep these things in mind. |
I got a help with the elm-community that can help to walk around this problem. |
I see the The broader claim here is that
So it does not seem like this change has actually fully happened yet. |
Weighing in here too: I just tried removing a custom element in favor of pure Elm, and using dual Regarding browsers:
I haven't tested other browsers yet Thanks to Ilias I found a workaround for the crash using |
With SVG 2, the
xlink:
namespace is not necessary and attributes using it are deprecated.I expect
Svg.Attributes
should reflect this change by, for example, exposinghref
instead ofxlinkHref
.Ditto for xlinkActuate, xlinkHref, xlinkRole, xlinkShow, xlinkTitle, xlinkType.
More details on MDN
The text was updated successfully, but these errors were encountered: