Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component: Chips: Invalid aria attribute: aria-pointset (should be aria-posinset) #14568

Closed
barbGit2 opened this issue Jan 16, 2024 · 0 comments · Fixed by #14581
Closed

Component: Chips: Invalid aria attribute: aria-pointset (should be aria-posinset) #14568

barbGit2 opened this issue Jan 16, 2024 · 0 comments · Fixed by #14581
Labels
LTS-16-PORTABLE Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@barbGit2
Copy link

Describe the bug

The aria-pointset attribute should be replaced with aria-posinset in the li.p-chips-token elements of Chips.

Environment

PrimeNG 16 and 17

Reproducer

No response

Angular version

16

PrimeNG version

16 (and 17)

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

16.20.2

Browser(s)

Chrome

Steps to reproduce the behavior

See github codebase

Expected behavior

Behavior is fine, but the Chips component will fail AXE tests with "ARIA attributes must conform to valid names (aria-valid-attr)" > "Invalid ARIA attribute name: aria-pointset"

@barbGit2 barbGit2 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jan 16, 2024
@cetincakiroglu cetincakiroglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Jan 18, 2024
@cetincakiroglu cetincakiroglu added this to the 17.3.3 milestone Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTS-16-PORTABLE Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants