对这种类型的数据设计进行编码的首选可访问且语义正确的方法是什么?

发布于 2024-08-26 07:53:58 字数 638 浏览 4 评论 0原文

对这种类型的数据设计进行编码的首选可访问且语义正确的方法是什么?

  • 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 技术交流群。

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

发布评论

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

评论(1

我也只是我 2024-09-02 07:53:58

毫无疑问,这绝对是餐桌上的工作。

至于使用哪种图像,如果您需要为屏幕阅读器用户提供服务,那么我建议最好使用普通图像,并使用“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.

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