- Is the separator image, text, or pure CSS?
- All three — toggle between a text separator (>, /), a CSS-generated chevron (pure borders), or an SVG icon. Pure CSS is fastest.
- How are current-page crumbs styled?
- Last-child gets no link style and `aria-current="page"`. Color and weight can be customized separately from the links.
- Does it wrap on narrow screens?
- Two modes: truncate middle crumbs with ellipsis (`…`), or wrap to multiple lines. Truncate is better for mobile space.
- Is the markup accessible?
- Yes — `<nav aria-label="Breadcrumb"><ol>...` is the canonical semantic. Screen readers announce it as 'Breadcrumb, list'.