Open
Description
Hey there, great plugin btw!
It would be amazing if it could transfer the img
alt attribute to the a title attribute on svg
tag. That way, we can ensure accessibility, according to W3C.
I know I could just add a title attribute on the .svg file itself, but what if I have multiple languages? So yeah, it needs to transfer from the img to svg as well!
I might try to do a pull request if I have the time.
Thanks!