From 14afa2ea8d1a53dade1fc017dae843ace042bf9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Mon, 5 Aug 2024 23:27:44 +0200 Subject: [PATCH] Browser support: Update accessibility support info The proposed configurations are based on the WebAIM Screen Reader User Survey #10 Results, section "Screen Reader / Browser Combinations": https://webaim.org/projects/screenreadersurvey10/#browsercombos --- page/browser-support.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/page/browser-support.md b/page/browser-support.md index 4b0d234..da81de6 100644 --- a/page/browser-support.md +++ b/page/browser-support.md @@ -37,9 +37,11 @@ jQuery UI supports several versions of jQuery Core. The version of jQuery being jQuery UI officially tries to support the most popular screen reader and browser combinations. We aim for full accessibility with the following combinations: -* Current NVDA with current Firefox +* Current NVDA with current Chrome or Firefox * Current VoiceOver with current Safari -* Current JAWS with current IE +* Current JAWS with current Chrome or Edge + +However, due to [limited resources](https://blog.jqueryui.com/2021/10/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/), we rely on the community to report issues in the configurations above. Unfortunately limitations and bugs in some of these assistive technologies make it hard to support all of them at the same time. We do our best to support the widest range while advocating for improved accessibility standards. See the screen reader survey for usage statistics.