Dropdown: Invalid abstract role 'section' in p-dropdown-items-wrapper #15339
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Abstract roles are only intended for use by browsers to help organize and streamline a document. They should not be used by developers writing HTML markup. Doing so will not result in any meaningful information being conveyed to assistive technologies or to users. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#6._abstract_roles
The section role was added in this commit:
4335800 @cetincakiroglu
Environment
Chrome
https://primeng.org/dropdown
Reproducer
https://primeng.org/dropdown
Angular version
17.0.0
PrimeNG version
17.14.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.0
Browser(s)
No response
Steps to reproduce the behavior
https://primeng.org/dropdown
Open dropdown overlay
Expected behavior
No response
The text was updated successfully, but these errors were encountered: