From 9867f205bea17a49655a8aa832cfd46c90f561db Mon Sep 17 00:00:00 2001 From: VijayakumarSF4470 <160592658+VijayakumarSF4470@users.noreply.github.com> Date: Fri, 12 Jun 2026 17:07:03 +0530 Subject: [PATCH] 829703: Accessibility known limitations for the Scheduler component. --- blazor/scheduler/accessibility.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/blazor/scheduler/accessibility.md b/blazor/scheduler/accessibility.md index 27053837d6..b7776592c3 100644 --- a/blazor/scheduler/accessibility.md +++ b/blazor/scheduler/accessibility.md @@ -52,6 +52,24 @@ The following ARIA attributes are used in the Scheduler: | aria-describedby | It indicates editor dialog content description to the user through assistive technologies. | | aria-disabled | Attribute is set to the appointment element to indicates the disabled state of the Scheduler. | +The Syncfusion® Blazor Scheduler component uses a complex table structure to render calendar views (such as day, week, and month). As a result, automated accessibility tools (such as IBM Equal Access Accessibility Checker) may report the following warnings: + +- **Table has no headers identified:** Some tables rendered by the Scheduler do not have headers explicitly identified, which may trigger warnings in accessibility checkers. +- **Complex table does not have headers for each cell properly defined with 'header' or 'scope':** The Scheduler's internal table structure may not define headers for every cell using the `header` or `scope` attributes, leading to additional warnings. + +- **Label text is located after its associated text input or