Open
Description
Product
axe-core
Product Version
4.9.1
Latest Version
- I have tested the issue with the latest version of the product
Issue Description
Expectation
Does the fact that aria-haspopup has been deprecated from global attributes mean it should be reported as a violation when used in any roles not listed - https://www.w3.org/TR/wai-aria-1.2/#aria-haspopup ?
Actual
When aria-haspopup is used on a DIV no violation is thrown
How to Reproduce
I would think the following code would return a violation but it does not.
<div aria-haspopup="true">class</div>
Additional context
NA