diff --git a/README.md b/README.md index b64c0a7..c204cf6 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Rules that do not necessarily conform to WCAG success criterion but are industry | :---------- | :---------------------------------- | :-------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------- | :----------------- | :---------------------------------------------- | :------------------------- | :------------------------------------------------- | | ❌ | accesskeys | https://dequeuniversity.com/rules/axe/4.4/accesskeys?application=RuleDescription | Ensures every accesskey attribute value is unique | Serious | cat.keyboard, best-practice | failure | | | ❌ | aria-allowed-role | https://dequeuniversity.com/rules/axe/4.4/aria-allowed-role?application=RuleDescription | Ensures role attribute has an appropriate value for the element | Minor | cat.aria, best-practice | failure, needs review | | -| ❌ | aria-dialog-name | https://dequeuniversity.com/rules/axe/4.4/aria-dialog-name?application=RuleDescription | Ensures every ARIA dialog and alertdialog node has an accessible name | Serious | cat.aria, best-practice | failure, needs review | | +| ✅ | aria-dialog-name | https://dequeuniversity.com/rules/axe/4.4/aria-dialog-name?application=RuleDescription | Ensures every ARIA dialog and alertdialog node has an accessible name | Serious | cat.aria, best-practice | failure, needs review | | | ❌ | aria-text | https://dequeuniversity.com/rules/axe/4.4/aria-text?application=RuleDescription | Ensures "role=text" is used on elements with no focusable descendants | Serious | cat.aria, best-practice | failure, needs review | | | ❌ | aria-treeitem-name | https://dequeuniversity.com/rules/axe/4.4/aria-treeitem-name?application=RuleDescription | Ensures every ARIA treeitem node has an accessible name | Serious | cat.aria, best-practice | failure, needs review | | | ❌ | empty-heading | https://dequeuniversity.com/rules/axe/4.4/empty-heading?application=RuleDescription | Ensures headings have discernible text | Minor | cat.name-role-value, best-practice | failure, needs review | [ffd0e9](https://act-rules.github.io/rules/ffd0e9) |