-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
figure and figcaption aria improvements in tables #15979
Copy link
Copy link
Closed
Labels
domain:accessibilityThis issue reports an accessibility problem.This issue reports an accessibility problem.package:tablesquad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.support:2An issue reported by a commercially licensed client.An issue reported by a commercially licensed client.
Milestone
Metadata
Metadata
Assignees
Labels
domain:accessibilityThis issue reports an accessibility problem.This issue reports an accessibility problem.package:tablesquad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.support:2An issue reported by a commercially licensed client.An issue reported by a commercially licensed client.
There are several techniques for describing
table. In our case we usefigcaptionas also the mean to describe the wholefigureelement. Probably it would be nice to additionally bindfigcaptionwithtableusing[aria-labelledby]/[aria-describedby].Originally posted by @Comandeer in #3194 (comment)
Rel: https://www.w3.org/WAI/tutorials/tables/caption-summary/