The <picture> should have a fallback <img> anyway.
One accessibility issue could happen if the image is not the same, because the alt that the screen reader will read is the one from the <img>. So if for any reason the images in the <source> don't match the one from the <img>, it could be confusing/misleading.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
The
<picture>should have a fallback<img>anyway.One accessibility issue could happen if the image is not the same, because the
altthat the screen reader will read is the one from the<img>. So if for any reason the images in the<source>don't match the one from the<img>, it could be confusing/misleading.