diff --git a/core/src/components/breadcrumb/breadcrumb.tsx b/core/src/components/breadcrumb/breadcrumb.tsx index a565d089d1..c344f6fb68 100644 --- a/core/src/components/breadcrumb/breadcrumb.tsx +++ b/core/src/components/breadcrumb/breadcrumb.tsx @@ -222,7 +222,12 @@ export class Breadcrumb implements ComponentInterface { )} {showSeparator && ( - + /** + * Separators should not be announced by narrators. + * We add aria-hidden on the span so that this applies + * to any custom separators too. + */ +