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

Attribute width not allowed on element symbol at this point #930

Closed
jitendravyas opened this issue Mar 20, 2020 · 2 comments
Closed

Attribute width not allowed on element symbol at this point #930

jitendravyas opened this issue Mar 20, 2020 · 2 comments

Comments

@jitendravyas
Copy link

Is this a real error? I see width and height being used in MDN Docs https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol

Showing results for Nu Html Checker

@sideshowbarker
Copy link
Contributor

SVG 1.1 https://www.w3.org/TR/SVG11/struct.html#SymbolElement didn’t allow width and height for the symbol element. But apparently the SVG2 spec does https://www.w3.org/TR/SVG2/struct.html#SymbolElement.

So I’ll update the checker to allow those.

@sideshowbarker
Copy link
Contributor

Thanks for reporting this. Fixed in the sources and pushed to https://validator.w3.org/nu/

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

No branches or pull requests

2 participants