We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/elm-community/typed-svg/blob/master/src/TypedSvg/Attributes.elm#L1144
The comment says:
"The xlinkHref attribute is used before SVG 2 but is now rendered obsolete by href."
xlinkHref
href
But this seems bad advice since SVG 2 is never really completed? The standard is still SVG 1.1 if you want compatibility, so should use "xlink:href"?
Solution: Just change the comment to suggest using xlink:href, if the above is correct.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/elm-community/typed-svg/blob/master/src/TypedSvg/Attributes.elm#L1144
The comment says:
"The
xlinkHref
attribute is used before SVG 2 but is now rendered obsolete byhref
."But this seems bad advice since SVG 2 is never really completed? The standard is still SVG 1.1 if you want compatibility, so should use "xlink:href"?
Solution: Just change the comment to suggest using xlink:href, if the above is correct.
The text was updated successfully, but these errors were encountered: