aria-allowed-attr
Description: Ensure an element's role supports its ARIA attributes
Help: Elements must only use supported ARIA attributes
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr?application=axeAPI
aria-allowed-role
Description: Ensure role attribute has an appropriate value for the element
Help: ARIA role should be appropriate for the element
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-allowed-role?application=axeAPI
Tags: cat.ariabest-practice
aria-braille-equivalent
Description: Ensure aria-braillelabel and aria-brailleroledescription have a non-braille equivalent
Help: aria-braille attributes must have a non-braille equivalent
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-braille-equivalent?application=axeAPI
aria-command-name
Description: Ensure every ARIA button, link and menuitem has an accessible name
Help: ARIA commands must have an accessible name
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-command-name?application=axeAPI
aria-conditional-attr
Description: Ensure ARIA attributes are used as described in the specification of the element's role
Help: ARIA attributes must be used as specified for the element's role
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-conditional-attr?application=axeAPI
aria-deprecated-role
Description: Ensure elements do not use deprecated roles
Help: Deprecated ARIA roles must not be used
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-deprecated-role?application=axeAPI
aria-dialog-name
Description: Ensure every ARIA dialog and alertdialog node has an accessible name
Help: ARIA dialog and alertdialog nodes should have an accessible name
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-dialog-name?application=axeAPI
Tags: cat.ariabest-practice
aria-hidden-body
Description: Ensure aria-hidden="true" is not present on the document body.
Help: aria-hidden="true" must not be present on the document body
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-hidden-body?application=axeAPI
Tags: cat.ariawcag2awcag131wcag412EN-301-549EN-9.1.3.1EN-9.4.1.2
aria-input-field-name
Description: Ensure every ARIA input field has an accessible name
Help: ARIA input fields must have an accessible name
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-input-field-name?application=axeAPI
aria-meter-name
Description: Ensure every ARIA meter node has an accessible name
Help: ARIA meter nodes must have an accessible name
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-meter-name?application=axeAPI
aria-progressbar-name
Description: Ensure every ARIA progressbar node has an accessible name
Help: ARIA progressbar nodes must have an accessible name
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-progressbar-name?application=axeAPI
aria-prohibited-attr
Description: Ensure ARIA attributes are not prohibited for an element's role
Help: Elements must only use permitted ARIA attributes
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-prohibited-attr?application=axeAPI
aria-required-attr
Description: Ensure elements with ARIA roles have all required ARIA attributes
Help: Required ARIA attributes must be provided
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-required-attr?application=axeAPI
aria-required-children
Description: Ensure elements with an ARIA role that require child roles contain them
Help: Certain ARIA roles must contain particular children
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-required-children?application=axeAPI
aria-required-parent
Description: Ensure elements with an ARIA role that require parent roles are contained by them
Help: Certain ARIA roles must be contained by particular parents
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-required-parent?application=axeAPI
aria-roledescription
Description: Ensure aria-roledescription is only used on elements with an implicit or explicit role
Help: aria-roledescription must be on elements with a semantic role
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-roledescription?application=axeAPI
aria-roles
Description: Ensure all elements with a role attribute use a valid value
Help: ARIA roles used must conform to valid values
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-roles?application=axeAPI
aria-text
Description: Ensure role="text" is used on elements with no focusable descendants
Help: "role=text" should have no focusable descendants
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-text?application=axeAPI
Tags: cat.ariabest-practice
aria-toggle-field-name
Description: Ensure every ARIA toggle field has an accessible name
Help: ARIA toggle fields must have an accessible name
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-toggle-field-name?application=axeAPI
aria-tooltip-name
Description: Ensure every ARIA tooltip node has an accessible name
Help: ARIA tooltip nodes must have an accessible name
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-tooltip-name?application=axeAPI
aria-treeitem-name
Description: Ensure every ARIA treeitem node has an accessible name
Help: ARIA treeitem nodes should have an accessible name
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-treeitem-name?application=axeAPI
Tags: cat.ariabest-practice
aria-valid-attr-value
Description: Ensure all ARIA attributes have valid values
Help: ARIA attributes must conform to valid values
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-valid-attr-value?application=axeAPI
aria-valid-attr
Description: Ensure attributes that begin with aria- are valid ARIA attributes
Help: ARIA attributes must conform to valid names
Help URL: https://dequeuniversity.com/rules/axe/4.10/aria-valid-attr?application=axeAPI
presentation-role-conflict
Description: Elements marked as presentational should not have global ARIA or tabindex to ensure all screen readers ignore them
Help: Ensure elements marked as presentational are consistently ignored
Help URL: https://dequeuniversity.com/rules/axe/4.10/presentation-role-conflict?application=axeAPI
Tags: cat.ariabest-practiceACT