对这种类型的数据设计进行编码的首选可访问且语义正确的方法是什么?
对这种类型的数据设计进行编码的首选可访问且语义正确的方法是什么?
- 表
- UL、LI
- DIV、SPAN
对于图标,我应该在每个位置使用图标,还是应该使用 CSS 精灵中的图标?如果我们在这里使用 css sprite 那么如何编码,以及当图像被禁用时会发生什么?
每个链接都将在新窗口中打开,我还必须为视力正常和盲人的用户指明文件大小?
那么进行此设计的最佳方法是什么,显示图标并指示文件将在新窗口中打开的所有类型的用户的最佳方法是什么以及文件大小是多少?
表格的内容应在所有条件下以尽可能好的方式易于访问和理解
- 对于有视力的用户,即使图像是 禁用
- 屏幕用户
- 对于文本浏览器用户的
- ,如果禁用 css
,那么 PDF、视频、音频的文件名在这里的作用是什么?
替代文本 http://easycaptures.com/fs/uploaded/285/7713792709.png< /a>
What is preferred accessible and semantically correct method to code this type of data design?
- Table
- UL, LI
- DIV,SPAN
For icons should i use for each place or i should is icon from CSS sprites? If we use css sprite here then how to code, and what will happen when images will be disabled ?
Every link will open in new window and I have to indicate about file size also for both sighted and blind users?
So what is the best method to make this design and what is best method to show icon and to indicate all type of users that file will open in new window and what is file size?
Content of table should be accessible and understandable in as good as possible manner in all conditions
- For sighted user even if images are
disabled - for screen user
- for text browser user
- and if css is disabled
And What is the role of Filenames of PDF, video, audio here?
alt text http://easycaptures.com/fs/uploaded/285/7713792709.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
毫无疑问,这绝对是餐桌上的工作。
至于使用哪种图像,如果您需要为屏幕阅读器用户提供服务,那么我建议最好使用普通图像,并使用“PDF”/“音频”/“视频”作为 ALT 文本。如果图像被禁用,这些将会显示。
文件大小可以位于指向下载 IMO 的链接的
title
标签中。Definitely a job for tables, hands down.
As for what kind of images to use, if you need to serve screen reader users then I'd say best use normal images, with "PDF" / "Audio" / "Video" as ALT texts. Those will show up in case images are disabled.
The file size could be in the
title
tag of the link pointing to the download IMO.