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

Case sensitivity for svg #122

Closed
sidkshatriya opened this issue Jul 5, 2016 · 1 comment
Closed

Case sensitivity for svg #122

sidkshatriya opened this issue Jul 5, 2016 · 1 comment
Assignees
Labels

Comments

@sidkshatriya
Copy link
Contributor

When updating the svg.html test I noticed an issue with case sensitivity.

The DOM was reporting the tag lineargradient as linearGradient (notice the uppercase G).

While validator should already be case insensitive. For example DIV, DiV and div etc. are all (already) considered div it seems to be messing up in the case of svg. This seems to be an edge case brought on by using non-html tags i.e. svg tags.

Fix this.

@sidkshatriya
Copy link
Contributor Author

This is done. Closing.

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

No branches or pull requests

1 participant