The BlockBreadcrumb shouldn't be a NavigableToolbar #6337
Labels
[Focus] Accessibility (a11y)
Changes that impact accessibility and need corresponding review (e.g. markup changes).
[Type] Bug
An existing feature does not function as intended
The
BlockBreadcrumb
component added in #5658 is wrapped in aNavigableToolbar
component.Seems to me this is not appropriate because:
role="toolbar"
which is not appropriate in this case.Maybe I'm missing something but since
BlockBreadcrumb
is not focusable and can't be used with a keyboard, it should use any of that. If it's supposed to be a mouse-only feature, then it should be just a div without an ARIA role. Also, arrow navigation is pointless.See also previous comment on the nested Cover Image PR #5452 (comment) where I'm suggesting to add the "Select parent block" button to the real block toolbar.
/Cc @jasmussen @jorgefilipecosta
The text was updated successfully, but these errors were encountered: