Simple question: If I have a setup like <canvas><img src="alternative.png" /></canvas>, then a browser that doesn’t support <canvas> will load the image. The question is, will a browser that DOES support <canvas> load the image, even if the image will never be displayed? Or will it simply ignore the tag?
Simple question: If I have a setup like <canvas><img src=alternative.png /></canvas> , then a
Share
Yes they do. It’s even possible to display an image in the fallback content in the
canvasitself.