Closed hwinne closed 5 years ago
Running Grunt build removes the focusable="false" attribute from four SVG's:
Grunt build
focusable="false"
This issue seems to be similar: https://github.com/Yoast/wordpress-seo/issues/12654 related PR: https://github.com/Yoast/wordpress-seo/pull/12827
Focusable="false" is an accessibility feature which should not be removed.
Focusable="false"
grunt build
git s
The four affected SVG's are:
local_plugin_assistant.svg
news_plugin_assistant.svg
video_plugin_assistant.svg
woo_plugin_assistant.svg
focusable=false isn't removed, but rather it is moved a bit further down. However, I also saw other (numeric) changes between the two versions of the .svg files.
focusable=false
.svg
Please give us a description of what happened.
Running
Grunt build
removes thefocusable="false"
attribute from four SVG's:This issue seems to be similar: https://github.com/Yoast/wordpress-seo/issues/12654 related PR: https://github.com/Yoast/wordpress-seo/pull/12827
Please describe what you expected to happen and why.
Focusable="false"
is an accessibility feature which should not be removed.How can we reproduce this behavior?
grunt build
git s
to see changes)Technical info
The four affected SVG's are:
local_plugin_assistant.svg
news_plugin_assistant.svg
video_plugin_assistant.svg
woo_plugin_assistant.svg
Used versions