elementor / elementor/one-click-accessibility
Double double-quotes in icon declaration - Prevent some accessibility and validation scans
Open
- Dominant language
- JavaScript
- Stars
- 95
- Forks
- 43
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 2
Description
Stumbled upon that issue here : https://wordpress.org/support/topic/error-in-svg-icon-code/#post-13794322
Looking at the code of /pojo-accessiblity/includes/pojo-a11y-frontend.php, in the icons declaration (around line 219), there are a couple of double-quotes like so :
`"">'`
when it should be :
`">'`
Contributor guide
Assessment
This issue has not been assessed yet.