pico icon indicating copy to clipboard operation
pico copied to clipboard

feat: support ordered list breadcrumb

Open Brennvo opened this issue 9 months ago • 1 comments

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.

Brennvo avatar Mar 23 '25 14:03 Brennvo

Why not just remove the ul entirely and just target li?

exside avatar Oct 23 '25 11:10 exside