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://www.w3.org/TR/SVG/access.html defines that <svg> element must have a <title> child that explains the purpose of the SVG.
<svg>
<title>
Execute the validator against the following HTML snippet
<!DOCTYPE html> <html lang="en"> <head> <title>Bence</title> </head> <body> <svg> <use xlink:href="{$spritemap}#{$symbol}" /> </svg> </body> </html>
Accessibility violation is found
No accessibility violation is found.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Disclamer
https://www.w3.org/TR/SVG/access.html defines that
<svg>
element must have a<title>
child that explains the purpose of the SVG.Steps
Execute the validator against the following HTML snippet
Expected
Accessibility violation is found
Actual
No accessibility violation is found.
The text was updated successfully, but these errors were encountered: