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
As SVG content must be in XML format it must be excluded from HTML validation.
vendor/bin/phpcs --severity=10 --standard=Magento2 --ignore-annotations test.html
<rect x="12" width="439" height="344" fill="url(#pattern0)"/>
The text was updated successfully, but these errors were encountered:
Hi @plumrocket. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
@magento I am working on this
Sorry, something went wrong.
This is still an issue
No branches or pull requests
As SVG content must be in XML format it must be excluded from HTML validation.
Preconditions
Steps to reproduce
vendor/bin/phpcs --severity=10 --standard=Magento2 --ignore-annotations test.html
Expected result
Actual result
Avoid using self-closing tag with non-void html element -
<rect x="12" width="439" height="344" fill="url(#pattern0)"/>
The text was updated successfully, but these errors were encountered: