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
AMP says it supports SVG in the spec: https://amp.dev/documentation/guides-and-tutorials/learn/spec/amphtml#svg
But when using an SVG symbol for example: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol
It throws an error:
AMP validation had errors: The attribute 'height' may not appear in tag 'symbol'. The attribute 'width' may not appear in tag 'symbol'.
Example here: https://jsbin.com/mukisaf/edit?html,console,output
Steps to reproduce:
All browsers
v0.1
The text was updated successfully, but these errors were encountered:
@ampproject/wg-caching
Sorry, something went wrong.
It looks like width and height were added to that document in October 2018:
width
height
They should be added to the AMP spec as well.
Fixed
Gregable
No branches or pull requests
What's the issue?
AMP says it supports SVG in the spec:
https://amp.dev/documentation/guides-and-tutorials/learn/spec/amphtml#svg
But when using an SVG symbol for example:
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol
It throws an error:
How do we reproduce the issue?
Example here:
https://jsbin.com/mukisaf/edit?html,console,output
Steps to reproduce:
What browsers are affected?
All browsers
Which AMP version is affected?
v0.1
The text was updated successfully, but these errors were encountered: