From 623ab30d455a13b9aecba67b450c848f42c56562 Mon Sep 17 00:00:00 2001 From: Nortaq-PlayNexus <311333767+Nortaq-PlayNexus@users.noreply.github.com> Date: Fri, 4 Sep 2026 23:12:07 +1000 Subject: [PATCH] docs: add Accessibility section to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f9d7261c34..1542fc9a47 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,8 @@ See [CONTRIBUTING.md](https://github.com/mendix/web-widgets/blob/main/CONTRIBUTI ## Raising problems/issues - We encourage everyone to open a support ticket through [Mendix Support](https://support.mendix.com) in case of problems with widgets or scaffolding tools (Pluggable Widgets Generator or Pluggable Widgets Tools). + +## Accessibility + +This repo follows WCAG 2.1 AA. When adding widgets, please ensure keyboard navigation and ARIA labels are tested. See open issues labeled `a11y`. +