The RadEditor Add Link dialog uses HTML tables for layout, but the tables are exposed with data-table semantics.
The dialog contains:
Because these tables are used to arrange form fields and buttons rather than display tabular data, screen readers and automated accessibility tools may interpret them as data tables. The hidden headers are removed from the accessibility tree and do not provide useful table semantics. The nested table may also result in redundant or confusing table announcements.
This causes WCAG 2.1 accessibility findings related to table semantics, including F49 and F91 under Section 508.
Hi David,
Thank you for reporting this issue.
We confirmed that the WCAG findings in the RadEditor Insert Link dialog are valid. The dialog uses layout tables that are exposed as data tables to assistive technologies, which may result in incorrect or redundant table semantics.Regards,
Rumen
Progress Telerik