You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expectation:
Using axe jest plugin and and axe scanner in chrome we found out that using aria-description is reported as invalid. But it is in fact a newish valid property.
Product: axe-core
Expectation:
Using axe jest plugin and and axe scanner in chrome we found out that using
aria-descriptionis reported as invalid. But it is in fact a newish valid property.https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Annotations#aria_annotations_features
facebook/react#21035
Actual:
"Invalid ARIA attribute name: aria-description" is reported
Motivation:
Would like to use this new attribute.