【发布时间】:2017-06-21 13:27:11
【问题描述】:
当你写一个替代品时,你应该记住一些事情。当图片内容为装饰性或包含重复信息时,其中之一建议使用空的alt=""。
但是使用有什么区别:
<img alt=""
<img aria-hidden="true"
<img role="presentation"
还是一起?
<img alt="" aria-hidden="true" role="presentation" src="…" />
【问题讨论】:
标签: html image accessibility wai-aria alt