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
The SVG tag outputs aria attributes like aria-hidden="true" as aria-hidden. This is invalid according to lighthouse and this article.
aria-hidden="true"
aria-hidden
Add an SVG tag Give it an attribute like aria-hidden=true Run lighthouse
aria-hidden=true
This:
Outputs this:
Statamic 3.0.16 Pro Laravel 7.28.4 PHP 7.4.10
The text was updated successfully, but these errors were encountered:
This seems to happen to any attributes added to the {{ svg }} tag, where the value is true.
{{ svg }}
true
Sorry, something went wrong.
I've created a pull request to fix this bug.. #2613.
You sir are a champ!
76213f4
Successfully merging a pull request may close this issue.
Bug Description
The SVG tag outputs aria attributes like
aria-hidden="true"
asaria-hidden
. This is invalid according to lighthouse and this article.How to Reproduce
Add an SVG tag
Give it an attribute like
aria-hidden=true
Run lighthouse
Extra Detail
This:
Outputs this:
Environment
Statamic 3.0.16 Pro
Laravel 7.28.4
PHP 7.4.10
The text was updated successfully, but these errors were encountered: