Safari 不显示“alt”图像上的文字?

发布于 2024-09-05 20:09:44 字数 290 浏览 5 评论 0原文

<img src="image_that_may_or_may_not_load.png" alt="Show this text if image not loaded" />

如果图像未加载,Safari 似乎不会显示“替代”文本。我不确定其他浏览器的情况,但 Firefox 确实显示了替代文本。

在电子邮件模板中显示替代文本非常重要,其中图像很可能会被客户端阻止,至少在用户接受“显示来自此用户/站点的图像”之前是这样。

有什么解决方法吗?

谢谢

<img src="image_that_may_or_may_not_load.png" alt="Show this text if image not loaded" />

Safari doesn't seem to show 'alt' text in case the image is not loaded. I'm not sure about other browsers, but Firefox does show the alternate text.

Its so important to display alt text in email templates where the images would be blocked by the client most likely, atleast until the user accepts to "display images from this user/site".

Any workaround for this?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

温馨耳语 2024-09-12 20:09:44

事实证明,设置图像的宽度和高度将在图像不可用时显示替代文本,否则不会显示。

So it turns out, setting width and height for the image will show alt text incase the image is unavailable, not otherwise.

任谁 2024-09-12 20:09:44

Try use the title attribute.

<img src="image_that_may_or_may_not_load.png" alt="Show this text if image not loaded" title="Show this text if image not loaded" />

Apparently from here: Alt text showing in IE and firefox but not in safari?. Safari doesn't support it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文