Skip to content

ARIA attribute unsupported or prohibited #3922

Description

@StephDriver

Incorrect use of aria-haspopup attribute.

Aria-haspopup=”true”, indicates that popup is menu
further, this property is for interactive popup elements.

It is being used to bring up a non-interactive but larger version of a table.

example
https://www.iastatedigitalpress.com/mmb/article/id/11683/
see Table 1, view larger table a tag.

<a data-open="table-t1" aria-controls="table-t1" aria-haspopup="true" tabindex="0">View Larger Table</a>

Metadata

Metadata

Assignees

Labels

Priority highHigh prioritySize XSExtra smalla11yIssues that relate to acessibilitydev-readyThis issue has been refined and is ready for development.

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
Done

Relationships

None yet

Development

No branches or pull requests

Issue actions