Skip to content

Commit

Permalink
feat(checks): deprecate aria-busy check (#4356)
Browse files Browse the repository at this point in the history
axe-core's only usage of the `aria-busy` check was just removed in
#4347, so this check is no longer required.

See #4340
  • Loading branch information
dbjorge committed Mar 5, 2024
1 parent c5e11de commit be0b555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/checks/aria/aria-busy.json
@@ -1,6 +1,7 @@
{
"id": "aria-busy",
"evaluate": "aria-busy-evaluate",
"deprecated": true,
"metadata": {
"impact": "serious",
"messages": {
Expand Down

0 comments on commit be0b555

Please sign in to comment.