From 8eb26c12668bed2815c94578a712a8df0a01e507 Mon Sep 17 00:00:00 2001 From: Carlos Duarte Date: Fri, 7 Feb 2025 17:01:16 +0000 Subject: [PATCH 1/2] Create input-aspects-to-accessibility-support.json --- data/input-aspects-to-accessibility-support.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/input-aspects-to-accessibility-support.json diff --git a/data/input-aspects-to-accessibility-support.json b/data/input-aspects-to-accessibility-support.json new file mode 100644 index 00000000000..db633d6e20a --- /dev/null +++ b/data/input-aspects-to-accessibility-support.json @@ -0,0 +1,3 @@ +{ + "accessibility tree": "`aria-busy` exists but, currently, is not widely supported, so the rule ignores it." +} From bb3a3bbf66876be784d23eaa92186fbcbe865efc Mon Sep 17 00:00:00 2001 From: Carlos Duarte Date: Thu, 21 Aug 2025 17:44:06 +0100 Subject: [PATCH 2/2] Update data/input-aspects-to-accessibility-support.json Co-authored-by: Wilco Fiers --- data/input-aspects-to-accessibility-support.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/input-aspects-to-accessibility-support.json b/data/input-aspects-to-accessibility-support.json index db633d6e20a..e0a926ec4dc 100644 --- a/data/input-aspects-to-accessibility-support.json +++ b/data/input-aspects-to-accessibility-support.json @@ -1,3 +1,3 @@ { - "accessibility tree": "`aria-busy` exists but, currently, is not widely supported, so the rule ignores it." + "accessibility tree": "`aria-busy` is currently not widely supported by assistive technologies and so cannot be relied on for this rule." }