Skip to content

aria-haspopup depricated from global attributes #4531

Open
@curtbellew

Description

@curtbellew

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    deprecationstandardsIssues in the ARIA standards objects (lib/standards)

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions