昨天(8月12日)W3C发布了HTML5 Image Description Extension (longdesc)。
该规范为img标签添加了一个属性:longdesc。从字面意思我们可以看出,就是长的描述。我们来看看他是具体怎么使用的吧。
<!-- Image with description that is only part of target document -->
<img src="foo.png" alt="Example image" longdesc="example.html#desc2">
<!-- Target document -->
<section id="desc2">
<h2>Image foo.png</h2>
<p>Description of the image...</p>
</section>
更多内容,可以直接访问规范。
扫码关注w3ctech微信公众号
有浏览器支持吗?
抱歉,之前不了解,查了查。支持。
去了看了下官网,并没有发现有浏览器支持这个属性呀? 楼上怎么说有支持呀???
@周永康康 去了看了下官网,并没有发现有浏览器支持这个属性呀? 楼上怎么说有支持呀???
共收到4条回复