可访问性(WCAG 2.0)我们需要在表格单元格中添加标签吗

发布于 2024-07-30 00:38:29 字数 185 浏览 2 评论 0原文

我正在按照 WCAG 指南 2.0 版实施一个系统。

我有可编辑网格形式的表格数据,这是使用表格呈现的。 我已经给出了表格列标题,并在表格单元格上使用了范围属性。

根据 WAVE 工具,每个表单控件都应该有一个匹配的标签,但在表格数据的上下文中,这似乎有点愚蠢。

有谁知道这方面的任何指导吗?

I'm implementing a system following version 2.0 of the WCAG guidelines.

I have tabular data in the form of an editable grid this is rendered using a table. I have given the table column headings and used the scope attribute on the table cells.

Going by the WAVE tool, evey form control should have a matching label, but in the context of tabular data this seems to be a bit silly.

Does anyone know of any guidance on this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

梦醒灬来后我 2024-08-06 00:38:29

正如您在评论中所述:是的, title 属性应该足够了。 在 H65(也许还有其他资源)中的“资源”下,有一个关于表单和 WCAG 2 的(非常!)有用的文章的链接,名为 使用 WCAG 2.0 的可访问表单,其中提供了一些示例 - 并在一些屏幕阅读器中测试它们。 我认为该文章中的“数据表中的表单控件”部分应该足以“证明” title 属性就足够了。

As you stated in the comments: yes, a title attribute should be enough. In H65 (and maybe others) under Resources there is a link to a (very!) useful article about forms and WCAG 2 called Accessible Forms using WCAG 2.0, where they provide some examples -- and tests them in some screen readers. I think the section "Form controls in data tables" in that article should be enough "proof" that the title attribute is enough.

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