html - 'aria-describedby' 属性是什么意思?

标签 html xhtml wai-aria

以下 HTML 由 jQuery Grid 插件插入:

<td role="gridcell" style="" aria-describedby="list_createdBy">Sam</td>

“aria-describedby”属性的含义是什么?

最佳答案

这在 aria specification 中有描述.它给出了一个元素的 ID,该元素提供了某些用户可能需要的有关当前元素的一些附加信息。

关于html - 'aria-describedby' 属性是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4582694/

相关文章:

html - CSS Floats - 内容在 IE6 中掉落

html - 如何自动将 HTML 表格单元格内的文本换行?

html - WAVE 扩展未检测到标签 + aria-labelledby

javascript - JQuery 在显示前加载 div 中的所有图像

html - 内联样式被忽略

html - 为什么 html 元素的宽度没有设置为页面的 100%?

html - WCAG anchor 链接

java - Java SSLSocket 和 HTML5 之间的通信

xml - svg 中的网页链接

accessibility - 了解屏幕阅读器将阅读哪些内容的工具