You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(component): fix accessibility issue for post-breadcrumbs component (#6294)
## 📄 Description
This PR fixes accessibility issues in the post-breadcrumbs component by:
- Wrapping breadcrumb items in proper `<li>` elements for semantic HTML
structure
- Moving `aria-current="page"` attribute from the breadcrumb item to the
parent list item
- Updating CSS selectors to target the new DOM structure
(`li[aria-current="page"] post-breadcrumb-item`)
---
## 📝 Checklist
- ✅ My code follows the style guidelines of this project
- 🛠️ I have performed a self-review of my own code
- 📄 I have made corresponding changes to the documentation
- ⚠️ My changes generate no new warnings or errors
- 🧪 I have added tests that prove my fix is effective or that my feature
works
- ✔️ New and existing unit tests pass locally with my changes
0 commit comments