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
When using SVG elements, we need to use xlink:href attribute in anchors for greater compatibility (Safari doesn't work with just href):
xlink:href
href
<svg> <text><a xlink:href="/just_a_url">Just a text</a></text> <svg>
But in this case, A11y inform this warning that isn't correct (since there is an anchor):
A11y: <a> element should have an href attribute
With time, I will try to submit a pull request, if you want :)
The text was updated successfully, but these errors were encountered:
A PR would be very welcome, thank you!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When using SVG elements, we need to use
xlink:href
attribute in anchors for greater compatibility (Safari doesn't work with justhref
):But in this case, A11y inform this warning that isn't correct (since there is an anchor):
With time, I will try to submit a pull request, if you want :)
The text was updated successfully, but these errors were encountered: