alt="text" 中使用的字符限制是多少?根据 WCAG 2.0?
根据 WCAG 2.0,alt="text" 中使用的字符限制是多少?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
根据 WCAG 2.0,alt="text" 中使用的字符限制是多少?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
没有明确设置限制,但通常限制为 1024 个字符。我相信我听说搜索引擎的长度不会超过 200 个字符。使用案例是什么?有一个可能令人感兴趣的 longdesc 属性...
http://www.w3.org/TR/REC-html40/struct/objects.html#adef-longdesc-IMG
there is no limit explicitly set, but conventionally they are limited to 1024 chars. I believe that I have heard that the search engines will go no further than about 200 characters. What is the use case? There is a longdesc attribute that may be of interest...
http://www.w3.org/TR/REC-html40/struct/objects.html#adef-longdesc-IMG
WCAG 说:
如果您确实需要比这更长的替代描述,您可以随时使用longdesc。
WCAG says:
and if you really need an alternative description longer than that, you can always use longdesc.
根据最近的WCAG2,不再有数量限制。
技术 G94 说:
领域的官方 W3C 建议。其他“规则”和标准(美国第 508 条、法国 RGAA 和 Accessiweb 等)可能比 WCAG2 或多或少具有限制性如果他们愿意的话,但现在已经不再是 WCAG2 了。
According to the recent WCAG2, there is no numerical limit anymore.
Technique G94 says:
And WCAG2 is the official W3C recommendation in the accessibility field since december 2008. Other "rules" and criteria (Section 508 in US, RGAA and Accessiweb in France, etc) can be more or less restrictive than WCAG2 if they want to but it's not WCAG2 anymore.
对于与</code> 标记,规则最多为 150 个字符,如下所示出色地。
alt
关联的文本,规则为 150 个字符...此外,对于请参阅此处:http://www.totalvalidator.com/support/reference/wai2.html 以及 - 这针对 WCAG 版本 2 进行验证。
更多信息:
http:// /www6.sfgov.org/index.aspx?page=76
http://www-03.ibm.com/able/guidelines/web/webimages.html
我还应该注意,即使 WCAG 更改其限制,150 个字符左右仍然是一个很好的常规规则,因为许多较旧的屏幕阅读器不会阅读超过 150 个字符。
The rule is 150 characters for the text associated with
alt
...Also, the rule is 150 characters maximum for<title>
tag as well.See here: http://www.totalvalidator.com/support/reference/wai2.html as well -- this validates against WCAG version 2.
More:
http://www6.sfgov.org/index.aspx?page=76
http://www-03.ibm.com/able/guidelines/web/webimages.html
I should also note that, even if the WCAG changes its limit, 150 characters or so is still a good general rule, since many older screen-readers won't go through more than 150 characters.