Accessibility Issue: Lists do not contain only <li> elements and script supporting elements (<script> and <template>). #7625
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Describe the bug
While running a Google Lighthouse report on a page using the PrimeReact Breadcrumb component, an accessibility issue was flagged. The report highlights that the Breadcrumb component renders invalid HTML by including non-
.
This issue can also be reproduced by running a Lighthouse accessibility audit on the breadcrumb documentation page https://primereact.org/breadcrumb/
Reproducer
No response
System Information
Steps to reproduce the behavior
Navigate to the PrimeReact Breadcrumb documentation page. https://primereact.org/breadcrumb/
Open Google Chrome Developer Tools.
Run a Lighthouse accessibility report.
Observe the issue flagged in the accessibility section of the report.
Expected behavior
No response
The text was updated successfully, but these errors were encountered: