Skip to content
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

<svg> without <title> child element doesn't violate accessibility standards #12

Open
vbence86 opened this issue Oct 19, 2017 · 0 comments

Comments

@vbence86
Copy link
Contributor

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

<!DOCTYPE html>
<html lang="en">
<head>
	<title>Bence</title>
</head>
<body>
	<svg>
		<use xlink:href="{$spritemap}#{$symbol}" />
	</svg>
</body>
</html>

Expected

Accessibility violation is found

Actual

No accessibility violation is found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant