From 8eb26c12668bed2815c94578a712a8df0a01e507 Mon Sep 17 00:00:00 2001 From: Carlos Duarte Date: Fri, 7 Feb 2025 17:01:16 +0000 Subject: [PATCH] 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 0000000000..db633d6e20 --- /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." +}