Accessibility Testing failure | Community
Skip to main content
Level 2
January 21, 2022
Solved

Accessibility Testing failure

  • January 21, 2022
  • 1 reply
  • 967 views

Hi Team,
When i am trying to run "axeDev" tool for one of my page (which includes carousel, card component), i am getting test failure, please find below error which am getting & help me out
"Aria attributes must conform to valid values" 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Nirmal_Jose

This could be mostly due to the value is conformable to the aria role. For example, checkbox has only true, false and mixed and the possible values.

Read more at [1] regarding the error. You can checkthrough your rendered HTML for 'aria' and check the conformity based on the roles. 

 

[1] - https://dequeuniversity.com/rules/axe/4.1/aria-valid-attr-value

 

 

1 reply

Nirmal_Jose
Adobe Employee
Nirmal_JoseAdobe EmployeeAccepted solution
Adobe Employee
January 24, 2022

This could be mostly due to the value is conformable to the aria role. For example, checkbox has only true, false and mixed and the possible values.

Read more at [1] regarding the error. You can checkthrough your rendered HTML for 'aria' and check the conformity based on the roles. 

 

[1] - https://dequeuniversity.com/rules/axe/4.1/aria-valid-attr-value