Skip to content

feat: support ordered list breadcrumb #667

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Brennvo
Copy link

@Brennvo Brennvo commented Mar 23, 2025

Context

As mentioned in the ARIA Authoring Practices Guide, a breadcrumb trail represents page hierarchy, which implies some type of order. Hence, the suggested implementation for a breadcrumb trail is to use an ordered list (ol).

However, Pico CSS only applies breadcrumb styles to unordered lists (ul).

This PR

  • Updates breadcrumb styles to apply to both ul and ol elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant