From be0b5558acfbeb6bbb176ac7fd7d8fdfb973b30b Mon Sep 17 00:00:00 2001 From: Dan Bjorge Date: Tue, 5 Mar 2024 13:28:59 -0500 Subject: [PATCH] feat(checks): deprecate aria-busy check (#4356) axe-core's only usage of the `aria-busy` check was just removed in #4347, so this check is no longer required. See #4340 --- lib/checks/aria/aria-busy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/checks/aria/aria-busy.json b/lib/checks/aria/aria-busy.json index e97624d046..da2162130f 100644 --- a/lib/checks/aria/aria-busy.json +++ b/lib/checks/aria/aria-busy.json @@ -1,6 +1,7 @@ { "id": "aria-busy", "evaluate": "aria-busy-evaluate", + "deprecated": true, "metadata": { "impact": "serious", "messages": {