Skip to content

Commit be0b555

Browse files
authored
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
1 parent c5e11de commit be0b555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/checks/aria/aria-busy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"id": "aria-busy",
33
"evaluate": "aria-busy-evaluate",
4+
"deprecated": true,
45
"metadata": {
56
"impact": "serious",
67
"messages": {

0 commit comments

Comments
 (0)